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; |
35 |
Float_t beta[5]; // TOF beta infos |
Float_t beta[5]; // TOF beta infos |
36 |
Int_t bw; // black and white flag |
Int_t bw; // black and white flag |
37 |
Int_t nosig; // flag to show only detectors and no signals |
Int_t nosig; // flag to show only detectors and no signals |
38 |
Int_t etime; // time of the event (OBT) |
UInt_t etime; // time of the event (OBT) |
39 |
Int_t headc; // event number |
Int_t headc; // event number |
40 |
Int_t nstrip; // strip hit, info from CALO |
Int_t nstrip; // strip hit, info from CALO |
41 |
Int_t qtot; // total energy (MIP), info from CALO |
Int_t qtot; // total energy (MIP), info from CALO |
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; |
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; |
74 |
TString svas; |
TString svas; |
75 |
|
UInt_t idrun; |
76 |
|
UInt_t idroot; |
77 |
|
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 { |
95 |
} evento; |
} evento; |
96 |
|
|
97 |
typedef struct Calib { |
typedef struct Calib { |
98 |
Int_t time[4][51]; |
UInt_t time[4][51]; |
99 |
Int_t ttime[4][51]; |
UInt_t ttime[4][51]; |
100 |
Int_t fcode[4][51]; |
Int_t fcode[4][51]; |
101 |
Int_t cstwerr[4]; |
Int_t cstwerr[4]; |
102 |
Float_t cperror[4]; |
Float_t cperror[4]; |