Definition at line 90 of file CAHitQuadrupletGenerator.h.
◆ QuantityDependsPt()
CAHitQuadrupletGenerator::QuantityDependsPt::QuantityDependsPt |
( |
const edm::ParameterSet & |
pset | ) |
|
|
inlineexplicit |
Definition at line 92 of file CAHitQuadrupletGenerator.h.
References enabled_, Exception, pt1_, and pt2_.
95 pt1_(
pset.getParameter<
double>(
"pt1")),
96 pt2_(
pset.getParameter<
double>(
"pt2")),
99 throw cms::Exception(
"Configuration") <<
"PixelQuadrupletGenerator::QuantityDependsPt: pt1 (" <<
pt1_ 100 <<
") needs to be smaller than pt2 (" <<
pt2_ <<
")";
103 <<
"PixelQuadrupletGenerator::QuantityDependsPt: pt1 needs to be > 0; is " <<
pt1_;
106 <<
"PixelQuadrupletGenerator::QuantityDependsPt: pt2 needs to be > 0; is " <<
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 |