287 |
TTree* sel_tree_clone; |
TTree* sel_tree_clone; |
288 |
int *irunoffset; |
int *irunoffset; |
289 |
GL_TIMESYNC *gltsync; // Emiliano |
GL_TIMESYNC *gltsync; // Emiliano |
290 |
|
Bool_t fUpdateRunInfo; // Emiliano |
291 |
|
|
292 |
// ------------------------------------------- |
// ------------------------------------------- |
293 |
// variables to store total live and dead time |
// variables to store total live and dead time |
427 |
Bool_t UpdateRunInfo(TTree *,Long64_t); |
Bool_t UpdateRunInfo(TTree *,Long64_t); |
428 |
Bool_t UpdateRunInfo(TChain *,Long64_t); |
Bool_t UpdateRunInfo(TChain *,Long64_t); |
429 |
|
|
430 |
|
void SkipRunInfoUpdate(){fUpdateRunInfo = false;}; // Emiliano |
431 |
|
void DoRunInfoUpdate(){fUpdateRunInfo = true;}; // [default] Emiliano |
432 |
|
void NoDBconnections(){SkipRunInfoUpdate();}; // Emiliano |
433 |
|
|
434 |
void CreateCloneTrees0(TChain *fChain, TFile* file); |
void CreateCloneTrees0(TChain *fChain, TFile* file); |
435 |
void CreateCloneTrees(TFile* file); |
void CreateCloneTrees(TFile* file); |
436 |
void CreateCloneTrees(){CreateCloneTrees(NULL);}; |
void CreateCloneTrees(){CreateCloneTrees(NULL);}; |