Definition at line 76 of file PixelQuadrupletGenerator.h.
PixelQuadrupletGenerator::QuantityDependsPt::QuantityDependsPt |
( |
const edm::ParameterSet & |
pset | ) |
|
|
inlineexplicit |
Definition at line 78 of file PixelQuadrupletGenerator.h.
References enabled_, Exception, pt1_, and pt2_.
86 throw cms::Exception(
"Configuration") <<
"PixelQuadrupletGenerator::QuantityDependsPt: pt1 (" <<
pt1_ <<
") needs to be smaller than pt2 (" <<
pt2_ <<
")";
88 throw cms::Exception(
"Configuration") <<
"PixelQuadrupletGenerator::QuantityDependsPt: pt1 needs to be > 0; is " <<
pt1_;
90 throw cms::Exception(
"Configuration") <<
"PixelQuadrupletGenerator::QuantityDependsPt: pt2 needs to be > 0; is " <<
pt2_;
T getParameter(std::string const &) const
const bool PixelQuadrupletGenerator::QuantityDependsPt::enabled_ |
|
private |
const float PixelQuadrupletGenerator::QuantityDependsPt::pt1_ |
|
private |
const float PixelQuadrupletGenerator::QuantityDependsPt::pt2_ |
|
private |
const float PixelQuadrupletGenerator::QuantityDependsPt::value1_ |
|
private |
const float PixelQuadrupletGenerator::QuantityDependsPt::value2_ |
|
private |