/[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.1 by mocchiut, Tue Dec 5 12:30:59 2006 UTC revision 1.2 by mocchiut, Thu Dec 7 11:53:25 2006 UTC
# Line 45  class RunGlue : public TObject { Line 45  class RunGlue : public TObject {
45      TString fDList;      TString fDList;
46      Bool_t fastMethod;      Bool_t fastMethod;
47      Bool_t fDBG;      Bool_t fDBG;
48        Bool_t fOpen;
49      Bool_t runmode;      Bool_t runmode;
50      Bool_t createlist;      Bool_t createlist;
51      Bool_t merged;      Bool_t merged;
# Line 76  class RunGlue : public TObject { Line 77  class RunGlue : public TObject {
77      // inline method      // inline method
78      //      //
79      Bool_t End(){return(fEnd);};      Bool_t End(){return(fEnd);};
80        Bool_t FileIsOpen(){return(fOpen);};
81      Bool_t DebugMode(){return(fDBG);};      Bool_t DebugMode(){return(fDBG);};
82      TString GetFilename(){return(fFilename);};      TString GetFilename(){return(fFilename);};
83      //      //

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23