1 #ifndef CalibCalorimetry_HERecalibration_h
2 #define CalibCalorimetry_HERecalibration_h
16 #define maxEta 14 // ieta rings for HE
17 #define maxLay 19 // max.number of layers
18 #define maxDepth 7 // with some safety margin (wrt 5)
26 double getCorr(
int ieta,
int idepth);
27 void setDsegm(std::vector<std::vector<int> > m_segmentation);
42 #endif // HERecalibration_h
double dsegm[maxEta][maxLay]
double getCorr(int ieta, int idepth)
void setDsegm(std::vector< std::vector< int > > m_segmentation)
HERecalibration(double integrated_lumi)
double corr[maxEta][maxDepth]