Parent Directory
|
Revision Log
|
Patch
| revision 1.6 by mocchiut, Fri Mar 30 11:16:41 2007 UTC | revision 1.9 by mocchiut, Wed Jan 11 16:27:29 2012 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | #ifndef fevstruct_h | #ifndef fevstruct_h |
| 2 | #define fevstruct_h | #define fevstruct_h |
| 3 | #include <TString.h> | |
| 4 | ||
| 5 | typedef struct Levels { | typedef struct Levels { |
| 6 | Int_t file; | Int_t file; |
| # | Line 66 typedef struct Variables { | Line 67 typedef struct Variables { |
| 67 | Int_t INFOS; | Int_t INFOS; |
| 68 | Int_t VINFOS; | Int_t VINFOS; |
| 69 | Int_t PALETTE; | Int_t PALETTE; |
| 70 | Int_t PATTRIG; | |
| 71 | Long64_t nevents; // number of events in the ntuple | Long64_t nevents; // number of events in the ntuple |
| 72 | TString thefilename; | TString thefilename; |
| 73 | TString thefilter; | TString thefilter; |
| # | Line 73 typedef struct Variables { | Line 75 typedef struct Variables { |
| 75 | UInt_t idrun; | UInt_t idrun; |
| 76 | UInt_t idroot; | UInt_t idroot; |
| 77 | UInt_t EVF; | UInt_t EVF; |
| 78 | Bool_t showall; | |
| 79 | Bool_t showsi; | |
| 80 | Bool_t shownd; | |
| 81 | Bool_t shows4; | |
| 82 | Bool_t showorb; | |
| 83 | Bool_t showtrg; | |
| 84 | Bool_t showtof; | |
| 85 | Bool_t showtrk; | |
| 86 | Bool_t showcal; | |
| 87 | Bool_t showrun; | |
| 88 | Bool_t showac; | |
| 89 | } var; | } var; |
| 90 | ||
| 91 | typedef struct Evento { | typedef struct Evento { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |