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 |
/** |
/** |
44 |
TFile *Target; |
TFile *Target; |
45 |
TFile *Source; |
TFile *Source; |
46 |
TString fDList; |
TString fDList; |
47 |
|
TString wd; |
48 |
Bool_t fastMethod; |
Bool_t fastMethod; |
49 |
Bool_t fDBG; |
Bool_t fDBG; |
50 |
Bool_t fOpen; |
Bool_t fOpen; |
69 |
void Clear(); |
void Clear(); |
70 |
void Clean(); |
void Clean(); |
71 |
TList *GetRunList(); |
TList *GetRunList(); |
72 |
|
// Long64_t Mergy(TChain *, TFile *, Int_t, Option_t *); |
73 |
void MergeRootfile(TList *); |
void MergeRootfile(TList *); |
74 |
Bool_t OpenFile(); |
Bool_t OpenFile(); |
75 |
void SetDebug(Bool_t); |
void SetDebug(Bool_t); |
77 |
void DeleteRunFiles(TList *); |
void DeleteRunFiles(TList *); |
78 |
void UpdateDB(TList *); |
void UpdateDB(TList *); |
79 |
// |
// |
80 |
// inline method |
// inline methods |
81 |
// |
// |
82 |
Bool_t End(){return(fEnd);}; |
Bool_t End(){return(fEnd);}; |
83 |
Bool_t FileIsOpen(){return(fOpen);}; |
Bool_t FileIsOpen(){return(fOpen);}; |