--- eventviewer/flight/inc/feventvstruct.h 2007/03/15 14:02:32 1.4 +++ eventviewer/flight/inc/feventvstruct.h 2007/10/19 09:14:01 1.7 @@ -1,5 +1,6 @@ #ifndef fevstruct_h #define fevstruct_h +#include typedef struct Levels { Int_t file; @@ -58,6 +59,7 @@ Int_t AC; Int_t TRK; Int_t CALO; + Int_t CALOT; Int_t ORB; Int_t TRG; Int_t S4; @@ -69,6 +71,9 @@ TString thefilename; TString thefilter; TString svas; + UInt_t idrun; + UInt_t idroot; + UInt_t EVF; } var; typedef struct Evento {