/[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.5 by mocchiut, Fri Oct 19 09:02:46 2007 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 66  class RunGlue : public TObject { Line 67  class RunGlue : public TObject {
67      void Clear();      void Clear();
68      void Clean();      void Clean();
69      TList *GetRunList();      TList *GetRunList();
70        Long64_t Mergy(TChain *, TFile *, Int_t, Option_t *);
71      void MergeRootfile(TList *);      void MergeRootfile(TList *);
72      Bool_t OpenFile();      Bool_t OpenFile();
73      void SetDebug(Bool_t);      void SetDebug(Bool_t);
# Line 73  class RunGlue : public TObject { Line 75  class RunGlue : public TObject {
75      void DeleteRunFiles(TList *);      void DeleteRunFiles(TList *);
76      void UpdateDB(TList *);      void UpdateDB(TList *);
77      //      //
78      // inline method      // inline methods
79      //      //
80      Bool_t End(){return(fEnd);};      Bool_t End(){return(fEnd);};
81        Bool_t FileIsOpen(){return(fOpen);};
82      Bool_t DebugMode(){return(fDBG);};      Bool_t DebugMode(){return(fDBG);};
83      TString GetFilename(){return(fFilename);};      TString GetFilename(){return(fFilename);};
84      //      //

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

  ViewVC Help
Powered by ViewVC 1.1.23