286 |
TChain* sel_tree; |
TChain* sel_tree; |
287 |
TTree* sel_tree_clone; |
TTree* sel_tree_clone; |
288 |
int *irunoffset; |
int *irunoffset; |
289 |
|
GL_TIMESYNC *gltsync; // Emiliano |
290 |
|
|
291 |
// ------------------------------------------- |
// ------------------------------------------- |
292 |
// variables to store total live and dead time |
// variables to store total live and dead time |
546 |
Bool_t IsGood(Bool_t strict=true); |
Bool_t IsGood(Bool_t strict=true); |
547 |
|
|
548 |
Int_t IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list) |
Int_t IsSELLI(){return SELLI;}; //trees of selected events (there is a selection list) |
549 |
|
void SetSELLI(Int_t selli){SELLI=selli;}; |
550 |
|
|
551 |
Bool_t IsGP(){return ISGP;}; |
Bool_t IsGP(){return ISGP;}; |
552 |
|
|