/[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.7 by mocchiut, Wed Dec 10 13:15:57 2008 UTC revision 1.9 by mocchiut, Fri Jan 30 16:17:30 2009 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;
# Line 69  class RunGlue : public TObject { Line 70  class RunGlue : public TObject {
70      void Clear();      void Clear();
71      void Clean();      void Clean();
72      TList *GetRunList();      TList *GetRunList();
73      Long64_t Mergy(TChain *, TFile *, Int_t, Option_t *);      //    Long64_t Mergy(TChain *, TFile *, Int_t, Option_t *);
74      void MergeRootfile(TList *);      void MergeRootfile(TList *);
75      Bool_t OpenFile();      Bool_t OpenFile();
76      void SetDebug(Bool_t);      void SetDebug(Bool_t);
77      void SetDList(TString);      void SetDList(TString);
78      void DeleteRunFiles(TList *);      void DeleteRunFiles(TList *);
79      void UpdateDB(TList *);      void UpdateDB(TList *);
80        void SetUpgrade(Bool_t set){fUpgrade=set;};    
81      //      //
82      // inline methods      // inline methods
83      //      //
84      Bool_t End(){return(fEnd);};      Bool_t End(){return(fEnd);};
85      Bool_t FileIsOpen(){return(fOpen);};      Bool_t FileIsOpen(){return(fOpen);};
86      Bool_t DebugMode(){return(fDBG);};      Bool_t DebugMode(){return(fDBG);};
87        Bool_t GetUpgrade(){return(fUpgrade);};    
88      TString GetFilename(){return(fFilename);};      TString GetFilename(){return(fFilename);};
89      //      //
90      //      //

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.23