Parent Directory
|
Revision Log
Initial revision
| 1 | mocchiut | 1.1 | // |
| 2 | // Written by Emiliano Mocchiutti | ||
| 3 | // | ||
| 4 | |||
| 5 | struct Toflev1 { | ||
| 6 | Bool_t good2; | ||
| 7 | Int_t nev2; | ||
| 8 | Int_t pkt_type; | ||
| 9 | Int_t pkt_num; | ||
| 10 | Int_t obt; | ||
| 11 | Int_t which_calib; | ||
| 12 | Int_t tdcid[12]; | ||
| 13 | Int_t evcount[12]; | ||
| 14 | Int_t tdcmask[12]; | ||
| 15 | Int_t adc[12][4]; | ||
| 16 | Int_t tdc[12][4]; | ||
| 17 | Int_t temp1[12]; | ||
| 18 | Int_t temp2[12]; | ||
| 19 | Float_t beta[5]; | ||
| 20 | Float_t xtof[3]; | ||
| 21 | Float_t ytof[3]; | ||
| 22 | Float_t adc_c[12][4]; | ||
| 23 | Int_t iflag[6]; | ||
| 24 | Int_t jflag[6]; | ||
| 25 | Float_t xout[3]; | ||
| 26 | Float_t yout[3]; | ||
| 27 | Int_t trig_evcount; | ||
| 28 | Int_t pmtpl[3]; | ||
| 29 | Int_t trigrate[6]; | ||
| 30 | Int_t dltime[2]; | ||
| 31 | Int_t s4calcount[2]; | ||
| 32 | Int_t pmtcount1[24]; | ||
| 33 | Int_t pmtcount2[24]; | ||
| 34 | Int_t patternbusy[3]; | ||
| 35 | Int_t patterntrig[6]; | ||
| 36 | Int_t trigconf; | ||
| 37 | Int_t ntrk; | ||
| 38 | Int_t image[50]; | ||
| 39 | Float_t xm[50][6]; | ||
| 40 | Float_t ym[50][6]; | ||
| 41 | Float_t zm[50][6]; | ||
| 42 | Float_t resx[50][6]; | ||
| 43 | Float_t resy[50][6]; | ||
| 44 | Float_t al[50][5]; | ||
| 45 | Float_t coval[50][5][5]; | ||
| 46 | Float_t chi2[50]; | ||
| 47 | Int_t xgood[50][6]; | ||
| 48 | Int_t ygood[50][6]; | ||
| 49 | Float_t xv[50][6]; | ||
| 50 | Float_t yv[50][6]; | ||
| 51 | Float_t zv[50][6]; | ||
| 52 | Float_t axv[50][6]; | ||
| 53 | Float_t ayv[50][6]; | ||
| 54 | Float_t dedxp[50][6]; | ||
| 55 | Int_t nclsx[6]; | ||
| 56 | Int_t nclsy[6]; | ||
| 57 | }; | ||
| 58 | |||
| 59 | struct CToflev1 { | ||
| 60 | Bool_t good2; | ||
| 61 | Int_t nev2; | ||
| 62 | Int_t pkt_type; | ||
| 63 | Int_t pkt_num; | ||
| 64 | Int_t obt; | ||
| 65 | Int_t which_calib; | ||
| 66 | Int_t tdcid[12]; | ||
| 67 | Int_t evcount[12]; | ||
| 68 | Int_t tdcmask[12]; | ||
| 69 | Int_t adc[4][12]; | ||
| 70 | Int_t tdc[4][12]; | ||
| 71 | Int_t temp1[12]; | ||
| 72 | Int_t temp2[12]; | ||
| 73 | Float_t beta[5]; | ||
| 74 | Float_t xtof[3]; | ||
| 75 | Float_t ytof[3]; | ||
| 76 | Float_t adc_c[4][12]; | ||
| 77 | Int_t iflag[6]; | ||
| 78 | Int_t jflag[6]; | ||
| 79 | Float_t xout[3]; | ||
| 80 | Float_t yout[3]; | ||
| 81 | Int_t trig_evcount; | ||
| 82 | Int_t pmtpl[3]; | ||
| 83 | Int_t trigrate[6]; | ||
| 84 | Int_t dltime[2]; | ||
| 85 | Int_t s4calcount[2]; | ||
| 86 | Int_t pmtcount1[24]; | ||
| 87 | Int_t pmtcount2[24]; | ||
| 88 | Int_t patternbusy[3]; | ||
| 89 | Int_t patterntrig[6]; | ||
| 90 | Int_t trigconf; | ||
| 91 | Int_t ntrk; | ||
| 92 | Int_t image[50]; | ||
| 93 | Float_t xm[6][50]; | ||
| 94 | Float_t ym[6][50]; | ||
| 95 | Float_t zm[6][50]; | ||
| 96 | Float_t resx[6][50]; | ||
| 97 | Float_t resy[6][50]; | ||
| 98 | Float_t al[5][50]; | ||
| 99 | Float_t coval[5][5][50]; | ||
| 100 | Float_t chi2[50]; | ||
| 101 | Int_t xgood[6][50]; | ||
| 102 | Int_t ygood[6][50]; | ||
| 103 | Float_t xv[6][50]; | ||
| 104 | Float_t yv[6][50]; | ||
| 105 | Float_t zv[6][50]; | ||
| 106 | Float_t axv[6][50]; | ||
| 107 | Float_t ayv[6][50]; | ||
| 108 | Float_t dedxp[6][50]; | ||
| 109 | Int_t nclsx[6]; | ||
| 110 | Int_t nclsy[6]; | ||
| 111 | }; | ||
| 112 | |||
| 113 |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |