21 |
|
Float_t isolation; // isolation variable |
22 |
|
Float_t vBeamSpot[3]; // beam spot x,y, z |
23 |
|
Float_t s4s9min; /// minimal s4/s9 of two photons |
24 |
+ |
Float_t s9s25min; /// minimal s9/s25 of two photons |
25 |
+ |
|
26 |
|
Float_t xClus1; /// X position of 3x3 cluster 1 |
27 |
|
Float_t yClus1; |
28 |
|
Float_t zClus1; |
90 |
|
float eta_ring_ee[kEndcEtaRings]; |
91 |
|
float etaBoundary_ee[kEndcEtaRings+1]; |
92 |
|
int nxtal_ring_ee[kEndcEtaRings]; |
91 |
– |
|
92 |
– |
|
93 |
– |
///calibration constant fro endcap |
93 |
|
double corrfactorEtaRings[2][kEndcEtaRings]; |
94 |
|
double corrfactoriZiXiY[2][101][101]; |
95 |
+ |
float etaBoundary_eezside[2][kEndcEtaRings+1]; |
96 |
+ |
float eta_ring_eezside[2][kEndcEtaRings]; |
97 |
+ |
float infoESX[2][8]; |
98 |
+ |
float infoESY[2][8]; |
99 |
+ |
double peakwidthEtaRings[2][kEndcEtaRings]; |
100 |
+ |
float sigma_sideRing[2][40]; |
101 |
+ |
float mean_side[2] = {0.1264,0.1244}; |
102 |
+ |
float sigma_side[2] = {0.02,0.02}; |
103 |
+ |
int validRecHitEndCap[2][101][101]; |
104 |
|
|
105 |
|
|
106 |
|
int flag_ietaiphi[170][360]; |
119 |
|
/* bool is2011RunA; */ |
120 |
|
|
121 |
|
int nCounted[170][360][100]; |
122 |
+ |
int nCountedEE[2][101][101][100]; |
123 |
|
|
124 |
|
float sigmaMass; |
125 |
|
float meanMass; |
126 |
|
|
127 |
|
string workingDirectory; |
128 |
+ |
|
129 |
+ |
|
130 |
+ |
///for endcaps |
131 |
+ |
int nMaxRingIC; |