| 2 |
* FTrkScanQlook_EXPERT.cxx |
* FTrkScanQlook_EXPERT.cxx |
| 3 |
* |
* |
| 4 |
* autor: D.Fedele |
* autor: D.Fedele |
| 5 |
* version v1r04 |
* version v1r05 |
| 6 |
* Parameters: |
* Parameters: |
| 7 |
* file - the path to the root file to analyze |
* file - the path to the root file to analyze |
| 8 |
* outdir - total path of output file |
* outdir - total path of output file |
| 123 |
|
|
| 124 |
// |
// |
| 125 |
// obtain information about the data file and select the output file |
// obtain information about the data file and select the output file |
|
const string filepath=file.Data(); |
|
| 126 |
Int_t dwpos = file.Last('/'); |
Int_t dwpos = file.Last('/'); |
| 127 |
Int_t dwpos1 = file.Last('.'); |
Int_t dwpos1 = file.Last('.'); |
| 128 |
TString base,ffile ; |
TString base,ffile ; |