/[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.41 by pam-fi, Wed Apr 1 09:25:36 2009 UTC revision 1.42 by mocchiut, Tue May 11 03:57:46 2010 UTC
# Line 287  class PamLevel2 : public TObject { Line 287  class PamLevel2 : public TObject {
287      TTree*    sel_tree_clone;      TTree*    sel_tree_clone;
288      int *irunoffset;      int *irunoffset;
289      GL_TIMESYNC *gltsync; // Emiliano      GL_TIMESYNC *gltsync; // Emiliano
290        Bool_t fUpdateRunInfo; // Emiliano
291    
292      // -------------------------------------------      // -------------------------------------------
293      // variables to store total live and dead time      // variables to store total live and dead time
# Line 426  class PamLevel2 : public TObject { Line 427  class PamLevel2 : public TObject {
427      Bool_t  UpdateRunInfo(TTree *,Long64_t);      Bool_t  UpdateRunInfo(TTree *,Long64_t);
428      Bool_t  UpdateRunInfo(TChain *,Long64_t);      Bool_t  UpdateRunInfo(TChain *,Long64_t);
429    
430        void    SkipRunInfoUpdate(){fUpdateRunInfo = false;}; // Emiliano
431        void    DoRunInfoUpdate(){fUpdateRunInfo = true;}; // [default] Emiliano
432        void    NoDBconnections(){SkipRunInfoUpdate();}; // Emiliano
433    
434      void    CreateCloneTrees0(TChain *fChain, TFile* file);      void    CreateCloneTrees0(TChain *fChain, TFile* file);
435      void    CreateCloneTrees(TFile* file);      void    CreateCloneTrees(TFile* file);
436      void    CreateCloneTrees(){CreateCloneTrees(NULL);};      void    CreateCloneTrees(){CreateCloneTrees(NULL);};

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

  ViewVC Help
Powered by ViewVC 1.1.23