15 std::string myname = p.
getParameter<std::string>(
"ComponentName");
17 setWhatProduced(
this,myname);
22 boost::shared_ptr<TrajectoryFitter>
25 std::string standardFitterName = pset_.getParameter<std::string>(
"standardFitter");
26 std::string looperFitterName = pset_.getParameter<std::string>(
"looperFitter");
31 iRecord.
get(standardFitterName,standardFitter);
32 iRecord.
get(looperFitterName,looperFitter);
T getParameter(std::string const &) const
FlexibleKFFittingSmootherESProducer(const edm::ParameterSet &p)
void get(HolderT &iHolder) const
tuple FlexibleKFFittingSmoother
boost::shared_ptr< TrajectoryFitter > produce(const TrajectoryFitterRecord &)
T const * product() const
virtual ~FlexibleKFFittingSmootherESProducer()