19 #include <boost/shared_ptr.hpp>
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)
52 setWhatProduced(
this,myname);
55 KFTrajectorySmootherESProducer::~KFTrajectorySmootherESProducer() {}
57 boost::shared_ptr<TrajectorySmoother>
64 double rescaleFactor = pset_.getParameter<
double>(
"errorRescaling");
65 int minHits = pset_.getParameter<
int>(
"minHits");
T getParameter(std::string const &) const
const DepRecordT & getRecord() const
ParameterDescriptionBase * add(U const &iLabel, T const &value)
T const * product() const
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
void add(std::string const &label, ParameterSetDescription const &psetDescription)