20 #include <boost/shared_ptr.hpp>
27 ~KFTrajectoryFitterESProducer();
37 desc.
add<
int>(
"minHits",3);
38 descriptions.
add(
"KFTrajectoryFitter", desc);
46 KFTrajectoryFitterESProducer::KFTrajectoryFitterESProducer(
const edm::ParameterSet &
p)
50 setWhatProduced(
this,myname);
53 KFTrajectoryFitterESProducer::~KFTrajectoryFitterESProducer() {}
55 boost::shared_ptr<TrajectoryFitter>
62 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)