/[PAMELA software]/PamelaLevel2/inc/PamLevel2.h
ViewVC logotype

Diff of /PamelaLevel2/inc/PamLevel2.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by mocchiut, Wed Mar 28 15:29:06 2007 UTC revision 1.22 by mocchiut, Fri Apr 27 13:58:04 2007 UTC
# Line 237  class PamLevel2 : public TObject { Line 237  class PamLevel2 : public TObject {
237  //    Int_t   GetEntry(Int_t);  //    Int_t   GetEntry(Int_t);
238      Int_t   GetEntry(Long64_t);      Int_t   GetEntry(Long64_t);
239      Int_t   GetYodaEntry();      Int_t   GetYodaEntry();
240        
241        Long64_t GetEntries(){return pam_tree->GetEntries();};
242      TChain* GetPamTree(){return pam_tree;};      TChain* GetPamTree(){return pam_tree;};
243      TChain* GetRunTree(){return run_tree;};      TChain* GetRunTree(){return run_tree;};
244      TTree*  GetYodaTree();      TTree*  GetYodaTree();
# Line 329  class PamLevel2 : public TObject { Line 330  class PamLevel2 : public TObject {
330    
331      Bool_t IsRUN(){return RUN;};      Bool_t IsRUN(){return RUN;};
332    
333        Bool_t IsGood();
334    
335      Int_t  IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list)      Int_t  IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list)
336    
337      ClassDef(PamLevel2,1);      ClassDef(PamLevel2,1);

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.22

  ViewVC Help
Powered by ViewVC 1.1.23