/[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.31 by pam-fi, Wed Nov 14 11:14:27 2007 UTC revision 1.33 by pam-fi, Tue Nov 27 15:23:01 2007 UTC
# Line 277  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 502  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.31  
changed lines
  Added in v.1.33

  ViewVC Help
Powered by ViewVC 1.1.23