24 for (
int Z = 0;
Z != _numberOfZLayers; ++
Z) {
25 for (
int R = 0;
R != _numberOfRLayers; ++
R) {
26 HFDoseLayerDarkeningPars[
Z][
R] = HFDosePars[
i];
38 if (layer > (_numberOfZLayers - 1)) {
45 else if (Radius <= 20.0)
47 else if (Radius <= 24.0)
49 else if (Radius <= 29.0)
51 else if (Radius <= 34.0)
53 else if (Radius <= 41.0)
55 else if (Radius <= 48.0)
57 else if (Radius <= 58.0)
59 else if (Radius <= 69.0)
61 else if (Radius <= 82.0)
63 else if (Radius <= 98.0)
65 else if (Radius <= 116.0)
67 else if (Radius <= 130.0)
72 return HFDoseLayerDarkeningPars[layer][
radius];
T getParameter(std::string const &) const
std::vector< double > vecOfDoubles
double dose(unsigned int layer, double radius)
double degradation(double mrad)
double int_lumi(double intlumi)
HFDarkening(const edm::ParameterSet &pset)
Power< A, B >::type pow(const A &a, const B &b)