/[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.16 by mocchiut, Sun Mar 18 20:25:53 2007 UTC revision 1.18 by mocchiut, Wed Mar 21 13:52:14 2007 UTC
# Line 96  class PamLevel2 : public TObject { Line 96  class PamLevel2 : public TObject {
96      // ------------------------------      // ------------------------------
97      // variables to retrieve run info      // variables to retrieve run info
98      // ------------------------------      // ------------------------------
99      Int_t     irun;          //current run entry, relative to the TChain  //    Int_t     irun;          //current run entry, relative to the TChain
100      ULong64_t runfirstentry; //first entry of run, relative to the TChain      Long64_t  irun;          //current run entry, relative to the TChain
101      ULong64_t runlastentry;  //last  entry of run, relative to the TChain  //    ULong64_t runfirstentry; //first entry of run, relative to the TChain
102      Int_t     irunentry;     //position of current entry, relative to the run  //    ULong64_t runlastentry;  //last  entry of run, relative to the TChain
103    //    Int_t     irunentry;     //position of current entry, relative to the run
104        Long64_t  runfirstentry; //first entry of run, relative to the TChain
105        Long64_t  runlastentry;  //last  entry of run, relative to the TChain
106        Long64_t  irunentry;     //position of current entry, relative to the run
107      TChain*   run_tree;      TChain*   run_tree;
108      TTree*    run_tree_clone;      TTree*    run_tree_clone;
109      TChain*   sel_tree;      TChain*   sel_tree;
# Line 117  class PamLevel2 : public TObject { Line 121  class PamLevel2 : public TObject {
121      // --------------------------------------------      // --------------------------------------------
122      EventHeader* h0_obj;      EventHeader* h0_obj;
123      TrkLevel0*   trk0_obj;      TrkLevel0*   trk0_obj;
124      CaloLevel0*   calo0_obj;      CaloLevel0*  calo0_obj;
125    
126      // ---------------------------      // ---------------------------
127      // variables to connect the DB      // variables to connect the DB
# Line 132  class PamLevel2 : public TObject { Line 136  class PamLevel2 : public TObject {
136      // ---------------------------------------------      // ---------------------------------------------
137      TChain* pam_tree;      TChain* pam_tree;
138      TTree*  pam_tree_clone[NCLONES];      TTree*  pam_tree_clone[NCLONES];
139    
140      // --------------------------------------------      // --------------------------------------------
141      // variables to store Level0 info (if required)      // variables to store Level0 info (if required)
142      // --------------------------------------------      // --------------------------------------------
# Line 182  class PamLevel2 : public TObject { Line 187  class PamLevel2 : public TObject {
187    
188      Int_t  SELLI; //trees of selected events (there is a selection list)      Int_t  SELLI; //trees of selected events (there is a selection list)
189    
190        void Initialize();
191    
192    
193   public:   public:
194                    
195        PamLevel2(TString ddir,TString list,TString detlist);
196        PamLevel2(TString ddir,TString list);
197      PamLevel2();      PamLevel2();
198      ~PamLevel2(){Delete();};      ~PamLevel2(){Delete();};
199                    
200      void Clear();      void Clear();
201        void Reset();
202      void Delete();      void Delete();
203    
204                    
# Line 210  class PamLevel2 : public TObject { Line 220  class PamLevel2 : public TObject {
220      TTree*  GetRunTree(TFile*);      TTree*  GetRunTree(TFile*);
221      TChain* GetRunTree(TList*);      TChain* GetRunTree(TList*);
222      TChain* GetRunTree(TString ddir,TString list){ return GetRunTree(GetListOfLevel2Files(ddir,list)); };      TChain* GetRunTree(TString ddir,TString list){ return GetRunTree(GetListOfLevel2Files(ddir,list)); };
223      Bool_t  UpdateRunInfo(TTree *,ULong64_t);      Bool_t  UpdateRunInfo(TTree *,Long64_t);
224      Bool_t  UpdateRunInfo(TChain *,ULong64_t);      Bool_t  UpdateRunInfo(TChain *,Long64_t);
225        Bool_t  UpdateRunInfo(Long64_t iev){ return UpdateRunInfo(run_tree,iev); };
226    
227      void    CreateCloneTrees0(TChain *fChain, TFile* file);      void    CreateCloneTrees0(TChain *fChain, TFile* file);
228      void    CreateCloneTrees(TFile* file);      void    CreateCloneTrees(TFile* file);
# Line 222  class PamLevel2 : public TObject { Line 233  class PamLevel2 : public TObject {
233      void    SetBranchAddress(TTree *);      void    SetBranchAddress(TTree *);
234      void    SetBranchAddress(TChain *);      void    SetBranchAddress(TChain *);
235    
236      Int_t   GetEntry(Int_t);  //    Int_t   GetEntry(Int_t);
237        Int_t   GetEntry(Long64_t);
238      Int_t   GetYodaEntry();      Int_t   GetYodaEntry();
239            
240      TChain* GetPamTree(){return pam_tree;};      TChain* GetPamTree(){return pam_tree;};

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.23