/[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.10 by mocchiut, Fri Oct 17 15:10:19 2014 UTC revision 1.11 by mocchiut, Mon Oct 20 12:13:00 2014 UTC
# Line 86  class RunGlue : public TObject { Line 86  class RunGlue : public TObject {
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);};          Bool_t GetUpgrade(){return(fUpgrade);};    
89        Bool_t HasDiscardedRuns(){return(discarded);};    
90      TString GetFilename(){return(fFilename);};      TString GetFilename(){return(fFilename);};
91      //      //
92      //      //
93      //      //
94      //      //
95      ClassDef(RunGlue,2);      ClassDef(RunGlue,3);
96      //      //
97  };  };
98    

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

  ViewVC Help
Powered by ViewVC 1.1.23