| 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; |
| 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);}; |
| 82 |
Bool_t DebugMode(){return(fDBG);}; |
Bool_t DebugMode(){return(fDBG);}; |
| 83 |
TString GetFilename(){return(fFilename);}; |
TString GetFilename(){return(fFilename);}; |
| 84 |
// |
// |