21 setWhatProduced(
this,myname);
26 boost::shared_ptr<Propagator>
34 double mass = pset_.getParameter<
double>(
"Mass");
35 double maxDPhi = pset_.getParameter<
double>(
"MaxDPhi");
36 bool useRK = pset_.getParameter<
bool>(
"useRungeKutta");
37 bool useOldAnalPropLogic = pset_.existsAs<
bool>(
"useOldAnalPropLogic") ?
38 pset_.getParameter<
bool>(
"useOldAnalPropLogic") :
true;
39 double ptMin = pset_.existsAs<
double>(
"ptMin") ? pset_.getParameter<
double>(
"ptMin") : -1.0;
43 if (pset_.exists(
"SimpleMagneticField"))
44 mfName = pset_.getParameter<
std::string>(
"SimpleMagneticField");
58 useOldAnalPropLogic));
T getParameter(std::string const &) const
const DepRecordT & getRecord() const
boost::shared_ptr< Propagator > produce(const TrackingComponentsRecord &)
PropagatorWithMaterialESProducer(const edm::ParameterSet &p)
virtual ~PropagatorWithMaterialESProducer()