/[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.50 by pam-fi, Fri Oct 17 06:54:10 2014 UTC revision 1.51 by mocchiut, Fri Oct 17 14:03:45 2014 UTC
# Line 305  class PamLevel2 : public TObject { Line 305  class PamLevel2 : public TObject {
305      Bool_t fUpdateRunInfo; // Emiliano      Bool_t fUpdateRunInfo; // Emiliano
306      Bool_t fUseDBinRunInfo; // Emiliano      Bool_t fUseDBinRunInfo; // Emiliano
307    
308        Bool_t fDiscarded; ///< true if any file from a list is missing
309    
310      // -------------------------------------------      // -------------------------------------------
311      // variables to store total live and dead time      // variables to store total live and dead time
312      // -------------------------------------------      // -------------------------------------------
# Line 647  class PamLevel2 : public TObject { Line 649  class PamLevel2 : public TObject {
649      Int_t  IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list)      Int_t  IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list)
650      void  SetSELLI(Int_t selli){SELLI=selli;};      void  SetSELLI(Int_t selli){SELLI=selli;};
651    
652        Bool_t HasDiscardedFiles(){return fDiscarded;}; ///< true if something went wrong and not all files were processed
653    
654      Bool_t IsGP(){return ISGP;};      Bool_t IsGP(){return ISGP;};
655    
656      void   SetGP(Bool_t tt){ISGP=tt;};      void   SetGP(Bool_t tt){ISGP=tt;};

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

  ViewVC Help
Powered by ViewVC 1.1.23