/[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.2 by mocchiut, Thu Dec 7 11:53:25 2006 UTC revision 1.3 by mocchiut, Tue Jan 9 10:19:51 2007 UTC
# Line 67  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 74  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);};      Bool_t FileIsOpen(){return(fOpen);};

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

  ViewVC Help
Powered by ViewVC 1.1.23