27 ~KFTrajectorySmootherESProducer();
37 desc.
add<
double>(
"errorRescaling",100);
38 desc.
add<
int>(
"minHits",3);
39 descriptions.
add(
"KFTrajectorySmoother", desc);
48 KFTrajectorySmootherESProducer::KFTrajectorySmootherESProducer(
const edm::ParameterSet &
p)
55 KFTrajectorySmootherESProducer::~KFTrajectorySmootherESProducer() {}
57 std::shared_ptr<TrajectorySmoother>
64 double rescaleFactor = pset_.getParameter<
double>(
"errorRescaling");
65 int minHits = pset_.getParameter<
int>(
"minHits");
78 return std::make_shared<KFTrajectorySmoother>(prop.product(),
T getParameter(std::string const &) const
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
const DepRecordT & getRecord() const
ParameterDescriptionBase * add(U const &iLabel, T const &value)
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
T const * product() const