--- quicklook/tracker/flight/macros/FTrkCalibQLook_BASIC.cxx 2006/06/29 11:11:59 1.4 +++ quicklook/tracker/flight/macros/FTrkCalibQLook_BASIC.cxx 2006/09/18 15:01:56 1.7 @@ -2,7 +2,7 @@ * FTrkCalibQLook_BASIC.cxx * * autor: D.Fedele - * version v1r04 + * version v1r09 * Parameters: * file - the data file to analyze * fromevent - first event to analyze @@ -54,7 +54,6 @@ { // // obtain information about the data file and select the output dir - const string filepath=file.Data(); Int_t dwpos = file.Last('/'); Int_t dwpos1 = file.Last('.'); TString base,ffile ; @@ -164,7 +163,7 @@ } else if (toevent > nevents) { maxevent = nevents; } else { - maxevent = fromevent; + maxevent = nevents; }; };