24 |
|
float PV_yzE; |
25 |
|
|
26 |
|
float PV_normchi2; |
27 |
+ |
float PV_Nvtx; |
28 |
+ |
|
29 |
+ |
//luminosity |
30 |
+ |
float lumiperblock; |
31 |
+ |
float beam1Intensity; |
32 |
+ |
float beam2Intensity; |
33 |
|
|
34 |
|
// HLT |
35 |
|
std::vector<TString> hlt_path; |
74 |
|
std::vector<short> segm4D_znhits; |
75 |
|
|
76 |
|
TClonesArray *segm4D_phiHits_Pos; |
77 |
+ |
TClonesArray *segm4D_phiHits_PosCh; |
78 |
|
TClonesArray *segm4D_phiHits_PosErr; |
79 |
|
TClonesArray *segm4D_phiHits_Side; |
80 |
|
TClonesArray *segm4D_phiHits_Wire; |
81 |
|
TClonesArray *segm4D_phiHits_Layer; |
82 |
|
|
83 |
|
TClonesArray *segm4D_zHits_Pos; |
84 |
+ |
TClonesArray *segm4D_zHits_PosCh; |
85 |
|
TClonesArray *segm4D_zHits_PosErr; |
86 |
|
TClonesArray *segm4D_zHits_Side; |
87 |
|
TClonesArray *segm4D_zHits_Wire; |
113 |
|
std::vector<short> ltDCC_thWheel; |
114 |
|
std::vector<short> ltDCC_thSector; |
115 |
|
std::vector<short> ltDCC_thStation; |
116 |
< |
// std::vector<float> ltDCC_thX; |
117 |
< |
// std::vector<float> ltDCC_thY; |
118 |
< |
// TMatrixD ltDCC_thTheta; |
119 |
< |
// TMatrixD ltDCC_thCode; |
116 |
> |
std::vector<short> ltDCC_thHits; |
117 |
> |
|
118 |
> |
|
119 |
> |
// Simuation (emulator) DCC variables |
120 |
> |
std::vector<short> ltDCCemu_wheel; |
121 |
> |
std::vector<short> ltDCCemu_sector; |
122 |
> |
std::vector<short> ltDCCemu_station; |
123 |
> |
std::vector<short> ltDCCemu_quality; |
124 |
> |
std::vector<short> ltDCCemu_bx; |
125 |
> |
std::vector<float> ltDCCemu_phi; |
126 |
> |
std::vector<float> ltDCCemu_phiB; |
127 |
> |
std::vector<short> ltDCCemu_is2nd; |
128 |
> |
|
129 |
> |
std::vector<short> ltDCCemu_thBx; |
130 |
> |
std::vector<short> ltDCCemu_thWheel; |
131 |
> |
std::vector<short> ltDCCemu_thSector; |
132 |
> |
std::vector<short> ltDCCemu_thStation; |
133 |
> |
std::vector<short> ltDCCemu_thHits; |
134 |
> |
|
135 |
|
|
136 |
|
//DDU variables |
137 |
|
std::vector<short> ltDDU_wheel; |