22 std::string myname = p.
getParameter<std::string>(
"ComponentName");
24 setWhatProduced(
this,myname);
29 boost::shared_ptr<TrajectoryFitter>
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 int minHits = pset_.getParameter<
int>(
"minHits");
T getParameter(std::string const &) const
KFTrajectoryFitterESProducer(const edm::ParameterSet &p)
const DepRecordT & getRecord() const
boost::shared_ptr< TrajectoryFitter > produce(const TrajectoryFitterRecord &)
T const * product() const
virtual ~KFTrajectoryFitterESProducer()