#include <PPSAssociationCuts.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 22 of file PPSAssociationCuts.h.
PPSAssociationCuts::PPSAssociationCuts |
( |
| ) |
|
|
inline |
PPSAssociationCuts::~PPSAssociationCuts |
( |
| ) |
|
|
inline |
const CutsPerArm& PPSAssociationCuts::getAssociationCuts |
( |
const int |
sector | ) |
const |
|
inline |
Definition at line 90 of file PPSAssociationCuts.cc.
References edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, edm::ParameterDescriptionNode::setComment(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by cmsswVersionTools.PickRelValInputFiles::__call__(), cmsswVersionTools.PickRelValInputFiles::__init__(), cmsswVersionTools.PickRelValInputFiles::apply(), and PPSAssociationCutsESSource::getIOVDefaultParameters().
93 desc.
add<
std::string>(
"x_cut_mean",
"")->setComment(
"mean of track-association cut in x, mm");
94 desc.
add<
std::string>(
"x_cut_threshold",
"")->setComment(
"threshold of track-association cut in x, mm");
96 desc.
add<
std::string>(
"y_cut_mean",
"")->setComment(
"mean of track-association cut in y, mm");
97 desc.
add<
std::string>(
"y_cut_threshold",
"")->setComment(
"threshold of track-association cut in y, mm");
99 desc.
add<
std::string>(
"xi_cut_mean",
"")->setComment(
"mean of track-association cut in xi");
100 desc.
add<
std::string>(
"xi_cut_threshold",
"")->setComment(
"threshold of track-association cut in xi");
102 desc.
add<
std::string>(
"th_y_cut_mean",
"")->setComment(
"mean of track-association cut in th_y, rad");
103 desc.
add<
std::string>(
"th_y_cut_threshold",
"")->setComment(
"threshold of track-association cut in th_y, rad");
105 desc.
add<
double>(
"ti_tr_min", -1.)->
setComment(
"minimum value for timing-tracking association cut");
106 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)
void PPSAssociationCuts::initialize |
( |
| ) |
|
bool PPSAssociationCuts::isValid |
( |
void |
| ) |
const |
template<class Archive >
void PPSAssociationCuts::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
friend class boost::serialization::access |
|
friend |
template<typename CondSerializationT , typename Enabled >
std::map<unsigned int, CutsPerArm> PPSAssociationCuts::association_cuts_ |
|
private |