/[PAMELA software]/eventviewer/flight/inc/feventvstruct.h
ViewVC logotype

Diff of /eventviewer/flight/inc/feventvstruct.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Fri Jul 14 14:18:01 2006 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 34  typedef struct Variables { Line 35  typedef struct Variables {
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
# Line 53  typedef struct Variables { Line 54  typedef struct Variables {
54      Int_t lastevno; // last event number      Int_t lastevno; // last event number
55      Int_t firstevno; // first event number      Int_t firstevno; // first event number
56      Int_t SHOWDEC;      Int_t SHOWDEC;
57        Int_t RUN;
58      Int_t TOF;      Int_t TOF;
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;
64        Int_t TRG;
65      Int_t S4;      Int_t S4;
66      Int_t ND;      Int_t ND;
67      Int_t INFOS;      Int_t INFOS;
# Line 66  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 {
# Line 75  typedef struct Evento { Line 83  typedef struct Evento {
83  } evento;      } evento;    
84    
85  typedef struct Calib {  typedef struct Calib {
86      Int_t time[4][51];      UInt_t time[4][51];
87      Int_t ttime[4][51];      UInt_t ttime[4][51];
88      Int_t fcode[4][51];      Int_t fcode[4][51];
89      Int_t cstwerr[4];      Int_t cstwerr[4];
90      Float_t cperror[4];      Float_t cperror[4];

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23