Definition at line 63 of file CTPPSProtonProducer.cc.
Definition at line 99 of file CTPPSProtonProducer.cc.
References edm::ParameterSetDescription::add(), and edm::ParameterDescriptionNode::setComment().
Referenced by CTPPSProtonProducer::fillDescriptions().
103 desc.
add<
bool>(
"x_cut_apply",
false)->setComment(
"whether to apply track-association cut in x");
104 desc.
add<
double>(
"x_cut_mean", 0E-6)->setComment(
"mean of track-association cut in x, mm");
105 desc.
add<
double>(
"x_cut_value", 800E-6)->setComment(
"threshold of track-association cut in x, mm");
107 desc.
add<
bool>(
"y_cut_apply",
false)->setComment(
"whether to apply track-association cut in y");
108 desc.
add<
double>(
"y_cut_mean", 0E-6)->setComment(
"mean of track-association cut in y, mm");
109 desc.
add<
double>(
"y_cut_value", 600E-6)->setComment(
"threshold of track-association cut in y, mm");
111 desc.
add<
bool>(
"xi_cut_apply",
true)->setComment(
"whether to apply track-association cut in xi");
112 desc.
add<
double>(
"xi_cut_mean", 0.)->
setComment(
"mean of track-association cut in xi");
113 desc.add<
double>(
"xi_cut_value", 0.013)->setComment(
"threshold of track-association cut in xi");
115 desc.add<
bool>(
"th_y_cut_apply",
true)->setComment(
"whether to apply track-association cut in th_y");
116 desc.add<
double>(
"th_y_cut_mean", 0E-6)->setComment(
"mean of track-association cut in th_y, rad");
117 desc.add<
double>(
"th_y_cut_value", 20E-6)->setComment(
"threshold of track-association cut in th_y, rad");
119 desc.add<
double>(
"ti_tr_min", -1.)->setComment(
"minimum value for timing-tracking association cut");
120 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_mean |
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_mean |
double CTPPSProtonProducer::AssociationCuts::x_cut_value |
bool CTPPSProtonProducer::AssociationCuts::xi_cut_apply |
double CTPPSProtonProducer::AssociationCuts::xi_cut_mean |
double CTPPSProtonProducer::AssociationCuts::xi_cut_value |
bool CTPPSProtonProducer::AssociationCuts::y_cut_apply |
double CTPPSProtonProducer::AssociationCuts::y_cut_mean |
double CTPPSProtonProducer::AssociationCuts::y_cut_value |