/[PAMELA software]/PadmeAmidala/inc/RunGlue.h
ViewVC logotype

Diff of /PadmeAmidala/inc/RunGlue.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by mocchiut, Fri Dec 12 14:12:22 2008 UTC revision 1.10 by mocchiut, Fri Oct 17 15:10:19 2014 UTC
# Line 47  class RunGlue : public TObject { Line 47  class RunGlue : public TObject {
47      TString wd;      TString wd;
48      Bool_t fastMethod;      Bool_t fastMethod;
49      Bool_t fDBG;      Bool_t fDBG;
50        Bool_t fUpgrade;
51      Bool_t fOpen;      Bool_t fOpen;
52      Bool_t runmode;      Bool_t runmode;
53      Bool_t createlist;      Bool_t createlist;
54      Bool_t merged;      Bool_t merged;
55        Bool_t discarded;
56      UInt_t fNlist;      UInt_t fNlist;
57      UInt_t fNlistdone;      UInt_t fNlistdone;
58      UInt_t nrun;      UInt_t nrun;
# Line 76  class RunGlue : public TObject { Line 78  class RunGlue : public TObject {
78      void SetDList(TString);      void SetDList(TString);
79      void DeleteRunFiles(TList *);      void DeleteRunFiles(TList *);
80      void UpdateDB(TList *);      void UpdateDB(TList *);
81        void SetUpgrade(Bool_t set){fUpgrade=set;};    
82      //      //
83      // inline methods      // inline methods
84      //      //
85      Bool_t End(){return(fEnd);};      Bool_t End(){return(fEnd);};
86      Bool_t FileIsOpen(){return(fOpen);};      Bool_t FileIsOpen(){return(fOpen);};
87      Bool_t DebugMode(){return(fDBG);};      Bool_t DebugMode(){return(fDBG);};
88        Bool_t GetUpgrade(){return(fUpgrade);};    
89      TString GetFilename(){return(fFilename);};      TString GetFilename(){return(fFilename);};
90      //      //
91      //      //
92      //      //
93      //      //
94      ClassDef(RunGlue,1);      ClassDef(RunGlue,2);
95      //      //
96  };  };
97    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.23