CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalQIEData.cc
Go to the documentation of this file.
2 
4  //qie8
5  const float binMin [32] = {-1, 0, 1, 2, 3, 4, 5, 6, 7, 8,
6  9, 10, 11, 12, 13, 14, 16, 18, 20, 22,
7  24, 26, 28, 31, 34, 37, 40, 44, 48, 52,
8  57, 62};
9  mShape[0].setLowEdges(32,binMin);
10 
11 
12  //qie10
13  const float binMin2 [64] = {-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, // 16*1
14  15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53,//20*2
15  55, 59, 63, 67, 71, 75, 79, 83, 87, 91, 95, 99, 103,107,111, 115,119,123,127,131, 135,//21*4
16  139, 147, 155, 163, 171, 179, 187};// 7*8
17  mShape[1].setLowEdges(64,binMin2);
18 }
HcalQIEShape mShape[2]
Definition: HcalQIEData.h:51
void setupShape()
Definition: HcalQIEData.cc:3
bool setLowEdges(unsigned int nVals, const float *fValue)
Definition: HcalQIEShape.cc:56