CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/CondFormats/HcalObjects/src/HcalQIEData.cc

Go to the documentation of this file.
00001 #include "CondFormats/HcalObjects/interface/HcalQIEData.h"
00002 
00003 void HcalQIEData::setupShape() {
00004   //qie8
00005   const float binMin [32] = {-1,  0,  1,  2,  3,  4,  5,  6,  7,  8,
00006                              9, 10, 11, 12, 13, 14, 16, 18, 20, 22,
00007                              24, 26, 28, 31, 34, 37, 40, 44, 48, 52,
00008                              57, 62};
00009   mShape[0].setLowEdges(32,binMin);
00010 
00011 
00012   //qie10
00013   const float binMin2 [64] = {-1,  0,  1,  2,  3,    4,  5,  6,  7,  8,    9, 10, 11, 12, 13,   14,  // 16*1
00014                              15, 17, 19, 21, 23,   25, 27, 29, 31, 33,   35, 37, 39, 41, 43,   45, 47, 49, 51, 53,//20*2
00015                              55, 59, 63, 67, 71,   75, 79, 83, 87, 91,   95, 99, 103,107,111, 115,119,123,127,131,  135,//21*4 
00016                              139, 147, 155, 163, 171, 179, 187};// 7*8
00017   mShape[1].setLowEdges(64,binMin2);
00018 }