/[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.42 by mocchiut, Tue May 11 03:57:46 2010 UTC revision 1.43 by mocchiut, Tue May 11 07:26:23 2010 UTC
# Line 427  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      void    SkipRunInfoUpdate(); // Emiliano
431      void    DoRunInfoUpdate(){fUpdateRunInfo = true;}; // [default] Emiliano      void    DoRunInfoUpdate(){fUpdateRunInfo = true;}; // [default] Emiliano
432      void    NoDBconnections(){SkipRunInfoUpdate();}; // Emiliano      void    NoDBconnections(){SkipRunInfoUpdate();}; // Emiliano
433    
# Line 563  class PamLevel2 : public TObject { Line 563  class PamLevel2 : public TObject {
563      void SetDebug(Bool_t set){ DBG=set; TrkParams::SetVerboseMode(); };      void SetDebug(Bool_t set){ DBG=set; TrkParams::SetVerboseMode(); };
564    
565    
566      ClassDef(PamLevel2,1);      ClassDef(PamLevel2,2);
567  };  };
568    
569  //===============================================================================================  //===============================================================================================

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

  ViewVC Help
Powered by ViewVC 1.1.23