--- quicklook/OrbitalRate/inc/OrbitalRate.h 2007/03/15 13:02:43 1.3 +++ quicklook/OrbitalRate/inc/OrbitalRate.h 2007/04/02 19:44:39 1.4 @@ -5,7 +5,7 @@ void Rate(TString*, TString, TString, TString, int, int, bool); void saveHist(TH1 *h, TString savetoroot); cTle* getTle(TString, TDatime); -int lookforTimesync(TFile *, Float_t*, Float_t*); +UInt_t lookforTimesync(TFile *, Float_t*, Float_t*); float getTleJulian(cTle *); bool compTLE (cTle *, cTle *); double getMean(vector);