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