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 |
/** |
/** |
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); |
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);}; |