| 902 |  |  | 
| 903 | // Look for a timesync in the TFile rootFile.  Set timesync and | // Look for a timesync in the TFile rootFile.  Set timesync and | 
| 904 | // obt_timesync.  Returns 1 if timesync is found, 0 otherwise. | // obt_timesync.  Returns 1 if timesync is found, 0 otherwise. | 
| 905 | int lookforTimesync(TFile *rootFile, Float_t *timesync, Float_t *obt_timesync) { | UInt_t lookforTimesync(TFile *rootFile, Float_t *timesync, Float_t *obt_timesync) { | 
| 906 | *timesync = -1;  // will be != -1 if found | *timesync = -1;  // will be != -1 if found | 
| 907 |  |  | 
| 908 | ULong64_t             nevents    = 0; | ULong64_t             nevents    = 0; |