8 #include <boost/shared_ptr.hpp>
15 virtual ~MRHChi2MeasurementEstimatorESProducer();
18 boost::shared_ptr<Chi2MeasurementEstimatorBase> _estimator;
22 MRHChi2MeasurementEstimatorESProducer::MRHChi2MeasurementEstimatorESProducer(
const edm::ParameterSet &
p)
26 setWhatProduced(
this,myname);
29 MRHChi2MeasurementEstimatorESProducer::~MRHChi2MeasurementEstimatorESProducer() {}
31 boost::shared_ptr<Chi2MeasurementEstimatorBase>
34 double maxChi2 = pset_.getParameter<
double>(
"MaxChi2");
35 double nSigma = pset_.getParameter<
double>(
"nSigma");
T getParameter(std::string const &) const
tuple MRHChi2MeasurementEstimator
#define DEFINE_FWK_EVENTSETUP_MODULE(type)