33 desc.
add<
double>(
"errorRescaling", 100);
34 desc.
add<
int>(
"minHits", 3);
35 descriptions.
add(
"KFTrajectorySmoother", desc);
43 const double rescaleFactor_;
47 KFTrajectorySmootherESProducer::KFTrajectorySmootherESProducer(
const edm::ParameterSet&
p)
50 auto cc = setWhatProduced(
this, myname);
57 std::unique_ptr<TrajectorySmoother> KFTrajectorySmootherESProducer::produce(
const TrajectoryFitterRecord& iRecord) {
58 return std::make_unique<KFTrajectorySmoother>(&iRecord.
get(propToken_),
59 &iRecord.
get(updToken_),
60 &iRecord.
get(estToken_),
63 &iRecord.
get(geoToken_));
ProductT const & get(ESGetToken< ProductT, DepRecordT > const &iToken) const
ParameterDescriptionBase * add(U const &iLabel, T const &value)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
T getParameter(std::string const &) const
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
void add(std::string const &label, ParameterSetDescription const &psetDescription)