27 ~KFTrajectorySmootherESProducer()
override;
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::unique_ptr<TrajectorySmoother>
64 double rescaleFactor = pset_.getParameter<
double>(
"errorRescaling");
65 int minHits = pset_.getParameter<
int>(
"minHits");
78 return std::make_unique<KFTrajectorySmoother>(prop.product(),
T getParameter(std::string const &) const
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
const DepRecordT getRecord() const
ParameterDescriptionBase * add(U const &iLabel, T const &value)
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
T const * product() const