27 ~KFTrajectoryFitterESProducer()
override;
37 desc.
add<
int>(
"minHits",3);
38 descriptions.
add(
"KFTrajectoryFitter", desc);
46 KFTrajectoryFitterESProducer::KFTrajectoryFitterESProducer(
const edm::ParameterSet &
p)
53 KFTrajectoryFitterESProducer::~KFTrajectoryFitterESProducer() {}
55 std::shared_ptr<TrajectoryFitter>
62 int minHits = pset_.getParameter<
int>(
"minHits");
74 return std::make_shared<KFTrajectoryFitter>(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