--- eventviewer/flight/inc/feventvstruct.h 2006/07/14 14:18:01 1.1 +++ eventviewer/flight/inc/feventvstruct.h 2007/11/08 11:05:32 1.8 @@ -1,5 +1,6 @@ #ifndef fevstruct_h #define fevstruct_h +#include typedef struct Levels { Int_t file; @@ -34,7 +35,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 @@ -53,10 +54,14 @@ Int_t lastevno; // last event number Int_t firstevno; // first event number Int_t SHOWDEC; + Int_t RUN; Int_t TOF; Int_t AC; Int_t TRK; Int_t CALO; + Int_t CALOT; + Int_t ORB; + Int_t TRG; Int_t S4; Int_t ND; Int_t INFOS; @@ -66,6 +71,20 @@ TString thefilename; TString thefilter; TString svas; + UInt_t idrun; + UInt_t idroot; + UInt_t EVF; + Bool_t showall; + Bool_t showsi; + Bool_t shownd; + Bool_t shows4; + Bool_t showorb; + Bool_t showtrg; + Bool_t showtof; + Bool_t showtrk; + Bool_t showcal; + Bool_t showrun; + Bool_t showac; } var; typedef struct Evento { @@ -75,8 +94,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];