Definition at line 60 of file CTPPSProtonProducer.cc.
Definition at line 83 of file CTPPSProtonProducer.cc.
References edm::ParameterSetDescription::add(), and edm::ParameterDescriptionNode::setComment().
Referenced by CTPPSProtonProducer::fillDescriptions().
87 desc.
add<
bool>(
"x_cut_apply",
false)->setComment(
"whether to apply track-association cut in x");
88 desc.
add<
double>(
"x_cut_value", 800E-6)->setComment(
"threshold of track-association cut in x, mm");
89 desc.
add<
bool>(
"y_cut_apply",
false)->setComment(
"whether to apply track-association cut in y");
90 desc.
add<
double>(
"y_cut_value", 600E-6)->setComment(
"threshold of track-association cut in y, mm");
91 desc.
add<
bool>(
"xi_cut_apply",
true)->setComment(
"whether to apply track-association cut in xi");
92 desc.
add<
double>(
"xi_cut_value", 0.013)->
setComment(
"threshold of track-association cut in xi");
93 desc.add<
bool>(
"th_y_cut_apply",
true)->setComment(
"whether to apply track-association cut in th_y");
94 desc.add<
double>(
"th_y_cut_value", 20E-6)->setComment(
"threshold of track-association cut in th_y, rad");
void setComment(std::string const &value)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
bool CTPPSProtonProducer::AssociationCuts::th_y_cut_apply |
double CTPPSProtonProducer::AssociationCuts::th_y_cut_value |
bool CTPPSProtonProducer::AssociationCuts::x_cut_apply |
double CTPPSProtonProducer::AssociationCuts::x_cut_value |
bool CTPPSProtonProducer::AssociationCuts::xi_cut_apply |
double CTPPSProtonProducer::AssociationCuts::xi_cut_value |
bool CTPPSProtonProducer::AssociationCuts::y_cut_apply |
double CTPPSProtonProducer::AssociationCuts::y_cut_value |