6 using namespace mapper;
15 int isubdet = did.
subdet()-1;
16 int iiphi = did.
iphi()-1;
19 int idepth = did.
depth()-1;
21 _data[isubdet][iiphi][iieta][idepth]._sum += x;
22 _data[isubdet][iiphi][iieta][idepth]._sum2 += x*x;
23 _data[isubdet][iiphi][iieta][idepth]._entries++;
39 for (
int iiphi=0; iiphi<
IPHI_NUM; iiphi++)
40 for (
int iieta=0; iieta<
IETA_NUM; iieta++)
48 int ieta = iieta<IETA_NUM/2 ? -(iieta+
IETA_MIN) :
HcalSubdetector subdet() const
get the subdetector
int depth() const
get the tower depth
int ieta() const
get the cell ieta
virtual void fill(double)
Abs< T >::type abs(const T &t)
int iphi() const
get the cell iphi
virtual void fill(HcalDetId const &, double)
virtual void dump(Container1D *, bool)
std::vector< std::vector< double > > tmp