/[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.46 by mocchiut, Thu Dec 15 08:54:11 2011 UTC revision 1.47 by mocchiut, Wed Mar 12 16:37:26 2014 UTC
# Line 299  class PamLevel2 : public TObject { Line 299  class PamLevel2 : public TObject {
299      int *irunoffset;      int *irunoffset;
300      GL_TIMESYNC *gltsync; // Emiliano      GL_TIMESYNC *gltsync; // Emiliano
301      Bool_t fUpdateRunInfo; // Emiliano      Bool_t fUpdateRunInfo; // Emiliano
302        Bool_t fUseDBinRunInfo; // Emiliano
303    
304      // -------------------------------------------      // -------------------------------------------
305      // variables to store total live and dead time      // variables to store total live and dead time
# Line 441  class PamLevel2 : public TObject { Line 442  class PamLevel2 : public TObject {
442    
443      void    SkipRunInfoUpdate(); // Emiliano      void    SkipRunInfoUpdate(); // Emiliano
444      void    DoRunInfoUpdate(){fUpdateRunInfo = true;}; // [default] Emiliano      void    DoRunInfoUpdate(){fUpdateRunInfo = true;}; // [default] Emiliano
445        void    UseDBinRunInfo(){fUseDBinRunInfo = true;}; // [default] Emiliano
446        void    NoDBinRunInfo(){fUseDBinRunInfo = false;}; // EM
447      void    NoDBconnections(){SkipRunInfoUpdate();}; // Emiliano      void    NoDBconnections(){SkipRunInfoUpdate();}; // Emiliano
448    
449      void    CreateCloneTrees0(TChain *fChain, TFile* file);      void    CreateCloneTrees0(TChain *fChain, TFile* file);

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

  ViewVC Help
Powered by ViewVC 1.1.23