22 std::string myname = p.
getParameter<std::string>(
"ComponentName");
24 setWhatProduced(
this,myname);
29 boost::shared_ptr<TrajectorySmoother>
32 std::string pname = pset_.getParameter<std::string>(
"Propagator");
33 std::string uname = pset_.getParameter<std::string>(
"Updator");
34 std::string ename = pset_.getParameter<std::string>(
"Estimator");
35 std::string gname = pset_.getParameter<std::string>(
"RecoGeometry");
36 double rescaleFactor = pset_.getParameter<
double>(
"errorRescaling");
37 int minHits = pset_.getParameter<
int>(
"minHits");
T getParameter(std::string const &) const
KFTrajectorySmootherESProducer(const edm::ParameterSet &p)
const DepRecordT & getRecord() const
boost::shared_ptr< TrajectorySmoother > produce(const TrajectoryFitterRecord &)
T const * product() const
tuple KFTrajectorySmoother
virtual ~KFTrajectorySmootherESProducer()