Main Page
Namespaces
Classes
Package Documentation
CondFormats
EcalObjects
src
EcalPulseCovariances.cc
Go to the documentation of this file.
1
#include "
CondFormats/EcalObjects/interface/EcalPulseCovariances.h
"
2
3
EcalPulseCovariance::EcalPulseCovariance
() {
4
for
(
int
k
=0;
k
<
std::pow
(
EcalPulseShape::TEMPLATESAMPLES
,2); ++
k
) {
5
int
i
=
k
/
EcalPulseShape::TEMPLATESAMPLES
;
6
int
j =
k
%
EcalPulseShape::TEMPLATESAMPLES
;
7
covval
[
i
][j] = 0.;
8
}
9
}
mps_fire.i
i
Definition:
mps_fire.py:330
EcalPulseShape::TEMPLATESAMPLES
static const int TEMPLATESAMPLES
Definition:
EcalPulseShapes.h:12
EcalPulseCovariances.h
EcalPulseCovariance::EcalPulseCovariance
EcalPulseCovariance()
Definition:
EcalPulseCovariances.cc:3
EcalPulseCovariance::covval
float covval[EcalPulseShape::TEMPLATESAMPLES][EcalPulseShape::TEMPLATESAMPLES]
Definition:
EcalPulseCovariances.h:15
gen::k
int k[5][pyjets_maxn]
Definition:
Cascade2Hadronizer.cc:79
funct::pow
Power< A, B >::type pow(const A &a, const B &b)
Definition:
Power.h:40
Generated for CMSSW Reference Manual by
1.8.11