/[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.30 by pam-fi, Mon Nov 5 13:10:13 2007 UTC revision 1.33 by pam-fi, Tue Nov 27 15:23:01 2007 UTC
# Line 268  class PamLevel2 : public TObject { Line 268  class PamLevel2 : public TObject {
268      // ------------------------------      // ------------------------------
269      // variables to retrieve run info      // variables to retrieve run info
270      // ------------------------------      // ------------------------------
 //    Int_t     irun;          //current run entry, relative to the TChain  
271      Long64_t  irun;          //current run entry, relative to the TChain      Long64_t  irun;          //current run entry, relative to the TChain
272  //    ULong64_t runfirstentry; //first entry of run, relative to the TChain      Long64_t  irunt;         //current run entry, relative to the TTree in the TChain
 //    ULong64_t runlastentry;  //last  entry of run, relative to the TChain  
 //    Int_t     irunentry;     //position of current entry, relative to the run  
273      Long64_t  runfirstentry; //first entry of run, relative to the TChain      Long64_t  runfirstentry; //first entry of run, relative to the TChain
274      Long64_t  runlastentry;  //last  entry of run, relative to the TChain      Long64_t  runlastentry;  //last  entry of run, relative to the TChain
275      Long64_t  irunentry;     //position of current entry, relative to the run      Long64_t  irunentry;     //position of current entry, relative to the run
# Line 280  class PamLevel2 : public TObject { Line 277  class PamLevel2 : public TObject {
277      TTree*    run_tree_clone;      TTree*    run_tree_clone;
278      TChain*   sel_tree;      TChain*   sel_tree;
279      TTree*    sel_tree_clone;      TTree*    sel_tree_clone;
280        int *irunoffset;
281    
282      // -------------------------------------------      // -------------------------------------------
283      // variables to store total live and dead time      // variables to store total live and dead time
# Line 505  class PamLevel2 : public TObject { Line 503  class PamLevel2 : public TObject {
503  //  =================================  //  =================================
504  //    Int_t ntrk(){ return trk2_obj->TrkLevel2::ntrk(); };  //    Int_t ntrk(){ return trk2_obj->TrkLevel2::ntrk(); };
505    
506    
507        Long64_t  GetRunID(){ return irun;};
508        Long64_t  GetRunEntryID(){ return irunentry; };
509    
510      // -----      // -----
511      // flags methods      // flags methods
512      // -----      // -----

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.33

  ViewVC Help
Powered by ViewVC 1.1.23