281 |
Long64_t runfirstentry; //first entry of run, relative to the TChain |
Long64_t runfirstentry; //first entry of run, relative to the TChain |
282 |
Long64_t runlastentry; //last entry of run, relative to the TChain |
Long64_t runlastentry; //last entry of run, relative to the TChain |
283 |
Long64_t irunentry; //position of current entry, relative to the run |
Long64_t irunentry; //position of current entry, relative to the run |
284 |
|
Long64_t totrunentry; |
285 |
|
Long64_t totrunentrymax; |
286 |
|
Long64_t totrunentrymin; |
287 |
|
ULong64_t prevabstime; // abs time of previous event |
288 |
|
UInt_t prevpktnum; // packet number of previous event |
289 |
|
ULong64_t abstime; // current abs time |
290 |
|
UInt_t pktnum; // current packet number |
291 |
|
Bool_t isFragment; |
292 |
TChain* run_tree; |
TChain* run_tree; |
293 |
TTree* run_tree_clone; |
TTree* run_tree_clone; |
294 |
TChain* sel_tree; |
TChain* sel_tree; |
431 |
TTree* GetRunTree(TFile*); |
TTree* GetRunTree(TFile*); |
432 |
TChain* GetRunTree(TList*); |
TChain* GetRunTree(TList*); |
433 |
TChain* GetRunTree(TString ddir,TString list){ return GetRunTree(GetListOfLevel2Files(ddir,list)); }; |
TChain* GetRunTree(TString ddir,TString list){ return GetRunTree(GetListOfLevel2Files(ddir,list)); }; |
434 |
Bool_t UpdateRunInfo(Long64_t);//{ return UpdateRunInfo(run_tree,iev); }; |
Bool_t UpdateRunInfo(Long64_t);///< new implementation to solve Mori's bug |
435 |
|
Bool_t UpdateRunInfo_bckw_compat(Long64_t);///< backward compatibility method |
436 |
Bool_t UpdateRunInfo(TTree *,Long64_t); |
Bool_t UpdateRunInfo(TTree *,Long64_t); |
437 |
Bool_t UpdateRunInfo(TChain *,Long64_t); |
Bool_t UpdateRunInfo(TChain *,Long64_t); |
438 |
|
|