133 |
TTree* l0_tree; |
TTree* l0_tree; |
134 |
Int_t iroot; |
Int_t iroot; |
135 |
Int_t prevshift; // to remember if any shift is needed to synchronize l0 and l2 data instead of calculating any time |
Int_t prevshift; // to remember if any shift is needed to synchronize l0 and l2 data instead of calculating any time |
136 |
|
Int_t maxshift; // EMILIANO maximum discrepancy between L2 and L0 data (the bigger the better concering synch but the processing speed drops) default = 10 |
137 |
// -------------------------------------------- |
// -------------------------------------------- |
138 |
// variables to store Level0 info (if required) |
// variables to store Level0 info (if required) |
139 |
// -------------------------------------------- |
// -------------------------------------------- |
261 |
Int_t GetEntry(Long64_t); |
Int_t GetEntry(Long64_t); |
262 |
Int_t GetYodaEntry(); |
Int_t GetYodaEntry(); |
263 |
|
|
264 |
|
void SetMaxShift(Int_t sh){ maxshift = sh; return;}; // EMILIANO method to change the maxshift variable |
265 |
|
|
266 |
Long64_t GetEntries(){return pam_tree->GetEntries();}; |
Long64_t GetEntries(){return pam_tree->GetEntries();}; |
267 |
TChain* GetPamTree(){return pam_tree;}; |
TChain* GetPamTree(){return pam_tree;}; |
268 |
TChain* GetRunTree(){return run_tree;}; |
TChain* GetRunTree(){return run_tree;}; |