--- quicklook/OrbitalRate/src/OrbitalRate.cpp 2007/03/15 12:34:28 1.6 +++ quicklook/OrbitalRate/src/OrbitalRate.cpp 2007/04/02 19:44:38 1.7 @@ -902,7 +902,7 @@ // Look for a timesync in the TFile rootFile. Set timesync and // obt_timesync. Returns 1 if timesync is found, 0 otherwise. -int lookforTimesync(TFile *rootFile, Float_t *timesync, Float_t *obt_timesync) { +UInt_t lookforTimesync(TFile *rootFile, Float_t *timesync, Float_t *obt_timesync) { *timesync = -1; // will be != -1 if found ULong64_t nevents = 0;