Definition at line 87 of file CAHitQuadrupletGenerator.h.
◆ QuantityDependsPt()
CAHitQuadrupletGenerator::QuantityDependsPt::QuantityDependsPt |
( |
const edm::ParameterSet & |
pset | ) |
|
|
inlineexplicit |
Definition at line 89 of file CAHitQuadrupletGenerator.h.
92 pt1_(
pset.getParameter<
double>(
"pt1")),
93 pt2_(
pset.getParameter<
double>(
"pt2")),
96 throw cms::Exception(
"Configuration") <<
"PixelQuadrupletGenerator::QuantityDependsPt: pt1 (" <<
pt1_
97 <<
") needs to be smaller than pt2 (" <<
pt2_ <<
")";
100 <<
"PixelQuadrupletGenerator::QuantityDependsPt: pt1 needs to be > 0; is " <<
pt1_;
103 <<
"PixelQuadrupletGenerator::QuantityDependsPt: pt2 needs to be > 0; is " <<
pt2_;
References enabled_, Exception, pt1_, and pt2_.
◆ evaluator()
◆ enabled_
const bool CAHitQuadrupletGenerator::QuantityDependsPt::enabled_ |
|
private |
◆ pt1_
const float CAHitQuadrupletGenerator::QuantityDependsPt::pt1_ |
|
private |
◆ pt2_
const float CAHitQuadrupletGenerator::QuantityDependsPt::pt2_ |
|
private |
◆ value1_
const float CAHitQuadrupletGenerator::QuantityDependsPt::value1_ |
|
private |
◆ value2_
const float CAHitQuadrupletGenerator::QuantityDependsPt::value2_ |
|
private |