290 |
UInt_t pktnum; // current packet number |
UInt_t pktnum; // current packet number |
291 |
Bool_t isFragment; |
Bool_t isFragment; |
292 |
Bool_t isSync; ///< the file is fully sinchronized between L2 and L0/DB data |
Bool_t isSync; ///< the file is fully sinchronized between L2 and L0/DB data |
293 |
Bool_t hasL0EE; ///< backward compatibility flag for preselected event list |
// Bool_t hasL0EE; ///< backward compatibility flag for preselected event list |
294 |
Long64_t il0entry; ///< entry of level0 file in selection list |
Long64_t il0entry; ///< entry of level0 file in selection list |
295 |
TChain* run_tree; |
TChain* run_tree; |
296 |
TTree* run_tree_clone; |
TTree* run_tree_clone; |
457 |
Int_t GetEntry(Long64_t); |
Int_t GetEntry(Long64_t); |
458 |
Long64_t GetReadEntry(); |
Long64_t GetReadEntry(); |
459 |
Int_t GetYodaEntry(); |
Int_t GetYodaEntry(); |
|
Int_t GetYodaEntry_bckw_compat(); |
|
460 |
|
|
461 |
void SetMaxShift(Int_t sh); // EMILIANO method to change the maxshift variable |
void SetMaxShift(Int_t sh); // EMILIANO method to change the maxshift variable |
462 |
|
|