15 ~MRHChi2MeasurementEstimatorESProducer()
override;
21 MRHChi2MeasurementEstimatorESProducer::MRHChi2MeasurementEstimatorESProducer(
const edm::ParameterSet &
p)
28 MRHChi2MeasurementEstimatorESProducer::~MRHChi2MeasurementEstimatorESProducer() {}
30 std::unique_ptr<Chi2MeasurementEstimatorBase>
32 double maxChi2 = pset_.getParameter<
double>(
"MaxChi2");
33 double nSigma = pset_.getParameter<
double>(
"nSigma");
34 return std::make_unique<MRHChi2MeasurementEstimator>(
maxChi2,
nSigma);
T getParameter(std::string const &) const
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
#define DEFINE_FWK_EVENTSETUP_MODULE(type)