| 2 |
* FTrkCalibQLook_BASIC.cxx |
* FTrkCalibQLook_BASIC.cxx |
| 3 |
* |
* |
| 4 |
* autor: D.Fedele |
* autor: D.Fedele |
| 5 |
* version v1r04 |
* version v1r09 |
| 6 |
* Parameters: |
* Parameters: |
| 7 |
* file - the data file to analyze |
* file - the data file to analyze |
| 8 |
* fromevent - first event to analyze |
* fromevent - first event to analyze |
| 54 |
{ |
{ |
| 55 |
// |
// |
| 56 |
// obtain information about the data file and select the output dir |
// obtain information about the data file and select the output dir |
|
const string filepath=file.Data(); |
|
| 57 |
Int_t dwpos = file.Last('/'); |
Int_t dwpos = file.Last('/'); |
| 58 |
Int_t dwpos1 = file.Last('.'); |
Int_t dwpos1 = file.Last('.'); |
| 59 |
TString base,ffile ; |
TString base,ffile ; |
| 163 |
} else if (toevent > nevents) { |
} else if (toevent > nevents) { |
| 164 |
maxevent = nevents; |
maxevent = nevents; |
| 165 |
} else { |
} else { |
| 166 |
maxevent = fromevent; |
maxevent = nevents; |
| 167 |
}; |
}; |
| 168 |
}; |
}; |
| 169 |
|
|