268 |
// ------------------------------ |
// ------------------------------ |
269 |
// variables to retrieve run info |
// variables to retrieve run info |
270 |
// ------------------------------ |
// ------------------------------ |
|
// Int_t irun; //current run entry, relative to the TChain |
|
271 |
Long64_t irun; //current run entry, relative to the TChain |
Long64_t irun; //current run entry, relative to the TChain |
272 |
// ULong64_t runfirstentry; //first entry of run, relative to the TChain |
Long64_t irunt; //current run entry, relative to the TTree in the TChain |
|
// ULong64_t runlastentry; //last entry of run, relative to the TChain |
|
|
// Int_t irunentry; //position of current entry, relative to the run |
|
273 |
Long64_t runfirstentry; //first entry of run, relative to the TChain |
Long64_t runfirstentry; //first entry of run, relative to the TChain |
274 |
Long64_t runlastentry; //last entry of run, relative to the TChain |
Long64_t runlastentry; //last entry of run, relative to the TChain |
275 |
Long64_t irunentry; //position of current entry, relative to the run |
Long64_t irunentry; //position of current entry, relative to the run |