![]() |
|
|||
File indexing completed on 2024-04-06 12:02:10
0001 #include "CondFormats/EcalObjects/interface/EcalPulseCovariances.h" 0002 0003 EcalPulseCovariance::EcalPulseCovariance() { 0004 for (int k = 0; k < std::pow(EcalPulseShape::TEMPLATESAMPLES, 2); ++k) { 0005 int i = k / EcalPulseShape::TEMPLATESAMPLES; 0006 int j = k % EcalPulseShape::TEMPLATESAMPLES; 0007 covval[i][j] = 0.; 0008 } 0009 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |