/[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.6 by mocchiut, Fri Oct 19 09:06:00 2007 UTC
# Line 22  Line 22 
22  #include <Riostream.h>  #include <Riostream.h>
23  #include <TObjString.h>  #include <TObjString.h>
24  #include <TClass.h>  #include <TClass.h>
25    #include <THashList.h>
26  #include <PamLevel2.h>  #include <PamLevel2.h>
27  //  //
28  /**  /**
# Line 67  class RunGlue : public TObject { Line 68  class RunGlue : public TObject {
68      void Clear();      void Clear();
69      void Clean();      void Clean();
70      TList *GetRunList();      TList *GetRunList();
71        Long64_t Mergy(TChain *, TFile *, Int_t, Option_t *);
72      void MergeRootfile(TList *);      void MergeRootfile(TList *);
73      Bool_t OpenFile();      Bool_t OpenFile();
74      void SetDebug(Bool_t);      void SetDebug(Bool_t);
# Line 74  class RunGlue : public TObject { Line 76  class RunGlue : public TObject {
76      void DeleteRunFiles(TList *);      void DeleteRunFiles(TList *);
77      void UpdateDB(TList *);      void UpdateDB(TList *);
78      //      //
79      // inline method      // inline methods
80      //      //
81      Bool_t End(){return(fEnd);};      Bool_t End(){return(fEnd);};
82      Bool_t FileIsOpen(){return(fOpen);};      Bool_t FileIsOpen(){return(fOpen);};

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

  ViewVC Help
Powered by ViewVC 1.1.23