--- eventviewer/flight/inc/feventvstruct.h 2007/03/15 14:02:32 1.4 +++ eventviewer/flight/inc/feventvstruct.h 2012/01/11 16:27:29 1.9 @@ -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; @@ -65,10 +67,25 @@ Int_t INFOS; Int_t VINFOS; Int_t PALETTE; + Int_t PATTRIG; Long64_t nevents; // number of events in the ntuple 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 {