Definition at line 61 of file CTPPSProtonProducer.cc.
Definition at line 90 of file CTPPSProtonProducer.cc.
References edm::ParameterSetDescription::add(), and edm::ParameterDescriptionNode::setComment().
Referenced by CTPPSProtonProducer::fillDescriptions().
94 desc.
add<
bool>(
"x_cut_apply",
false)->setComment(
"whether to apply track-association cut in x");
95 desc.
add<
double>(
"x_cut_value", 800E-6)->setComment(
"threshold of track-association cut in x, mm");
96 desc.
add<
bool>(
"y_cut_apply",
false)->setComment(
"whether to apply track-association cut in y");
97 desc.
add<
double>(
"y_cut_value", 600E-6)->setComment(
"threshold of track-association cut in y, mm");
98 desc.
add<
bool>(
"xi_cut_apply",
true)->setComment(
"whether to apply track-association cut in xi");
99 desc.
add<
double>(
"xi_cut_value", 0.013)->
setComment(
"threshold of track-association cut in xi");
100 desc.add<
bool>(
"th_y_cut_apply",
true)->setComment(
"whether to apply track-association cut in th_y");
101 desc.add<
double>(
"th_y_cut_value", 20E-6)->setComment(
"threshold of track-association cut in th_y, rad");
103 desc.add<
double>(
"ti_tr_min", -1.)->setComment(
"minimum value for timing-tracking association cut");
104 desc.add<
double>(
"ti_tr_max", +1.)->setComment(
"maximum value for timing-tracking association cut");
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 |
double CTPPSProtonProducer::AssociationCuts::ti_tr_max |
double CTPPSProtonProducer::AssociationCuts::ti_tr_min |
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 |