/[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.3 by mocchiut, Mon Feb 26 17:30:31 2007 UTC revision 1.5 by mocchiut, Tue Mar 20 12:49:53 2007 UTC
# Line 34  typedef struct Variables { Line 34  typedef struct Variables {
34      Float_t beta[5]; // TOF beta infos          Float_t beta[5]; // TOF beta infos    
35      Int_t   bw; // black and white flag      Int_t   bw; // black and white flag
36      Int_t   nosig; // flag to show only detectors and no signals      Int_t   nosig; // flag to show only detectors and no signals
37      Int_t   etime; // time of the event (OBT)      UInt_t   etime; // time of the event (OBT)
38      Int_t   headc; // event number      Int_t   headc; // event number
39      Int_t   nstrip; // strip hit, info from CALO      Int_t   nstrip; // strip hit, info from CALO
40      Int_t   qtot; // total energy (MIP), info from CALO      Int_t   qtot; // total energy (MIP), info from CALO
# Line 58  typedef struct Variables { Line 58  typedef struct Variables {
58      Int_t AC;      Int_t AC;
59      Int_t TRK;      Int_t TRK;
60      Int_t CALO;      Int_t CALO;
61        Int_t CALOT;
62      Int_t ORB;      Int_t ORB;
63      Int_t TRG;      Int_t TRG;
64      Int_t S4;      Int_t S4;
# Line 78  typedef struct Evento { Line 79  typedef struct Evento {
79  } evento;      } evento;    
80    
81  typedef struct Calib {  typedef struct Calib {
82      Int_t time[4][51];      UInt_t time[4][51];
83      Int_t ttime[4][51];      UInt_t ttime[4][51];
84      Int_t fcode[4][51];      Int_t fcode[4][51];
85      Int_t cstwerr[4];      Int_t cstwerr[4];
86      Float_t cperror[4];      Float_t cperror[4];

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23