--- eventviewer/flight/inc/feventvstruct.h 2007/02/26 17:30:31 1.3 +++ eventviewer/flight/inc/feventvstruct.h 2007/03/15 14:02:32 1.4 @@ -34,7 +34,7 @@ Float_t beta[5]; // TOF beta infos Int_t bw; // black and white flag Int_t nosig; // flag to show only detectors and no signals - Int_t etime; // time of the event (OBT) + UInt_t etime; // time of the event (OBT) Int_t headc; // event number Int_t nstrip; // strip hit, info from CALO Int_t qtot; // total energy (MIP), info from CALO @@ -78,8 +78,8 @@ } evento; typedef struct Calib { - Int_t time[4][51]; - Int_t ttime[4][51]; + UInt_t time[4][51]; + UInt_t ttime[4][51]; Int_t fcode[4][51]; Int_t cstwerr[4]; Float_t cperror[4];