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