/[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.52 by mocchiut, Fri Oct 17 15:58:07 2014 UTC revision 1.53 by emocchiutti, Fri Oct 17 19:55:10 2014 UTC
# Line 309  class PamLevel2 : public TObject { Line 309  class PamLevel2 : public TObject {
309      Bool_t fUseDBinRunInfo; // Emiliano      Bool_t fUseDBinRunInfo; // Emiliano
310    
311      Bool_t fDiscarded; ///< true if any file from a list is missing      Bool_t fDiscarded; ///< true if any file from a list is missing
312        TString customString; ///< String passed to ProcessingInfo
313    
314      // -------------------------------------------      // -------------------------------------------
315      // variables to store total live and dead time      // variables to store total live and dead time
# Line 667  class PamLevel2 : public TObject { Line 668  class PamLevel2 : public TObject {
668    
669      void SetDebug(Bool_t set){ DBG=set; TrkParams::SetVerboseMode(); };      void SetDebug(Bool_t set){ DBG=set; TrkParams::SetVerboseMode(); };
670    
671        void SetCustomString(TString cus){customString=cus;};
672        TString GetCustomString(){return customString;};
673    
674      ClassDef(PamLevel2,4);      ClassDef(PamLevel2,4);
675  };  };

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

  ViewVC Help
Powered by ViewVC 1.1.23