Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by mocchiut, Thu Mar 15 14:02:32 2007 UTC | revision 1.7 by mocchiut, Fri Oct 19 09:14:01 2007 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 58 typedef struct Variables { | Line 59 typedef struct Variables { |
| 59 | Int_t AC; | Int_t AC; |
| 60 | Int_t TRK; | Int_t TRK; |
| 61 | Int_t CALO; | Int_t CALO; |
| 62 | Int_t CALOT; | |
| 63 | Int_t ORB; | Int_t ORB; |
| 64 | Int_t TRG; | Int_t TRG; |
| 65 | Int_t S4; | Int_t S4; |
| # | Line 69 typedef struct Variables { | Line 71 typedef struct Variables { |
| 71 | TString thefilename; | TString thefilename; |
| 72 | TString thefilter; | TString thefilter; |
| 73 | TString svas; | TString svas; |
| 74 | UInt_t idrun; | |
| 75 | UInt_t idroot; | |
| 76 | UInt_t EVF; | |
| 77 | } var; | } var; |
| 78 | ||
| 79 | typedef struct Evento { | typedef struct Evento { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |