CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MRHChi2MeasurementEstimatorESProducer.h
Go to the documentation of this file.
1 #ifndef TrackingTools_ESProducers_MRHChi2MeasurementEstimatorESProducer_h
2 #define TrackingTools_ESProducers_MRHChi2MeasurementEstimatorESProducer_h
3 
4 
9 #include <boost/shared_ptr.hpp>
10 
12  public:
15  boost::shared_ptr<Chi2MeasurementEstimatorBase> produce(const TrackingComponentsRecord&);
16  private:
17  boost::shared_ptr<Chi2MeasurementEstimatorBase> _estimator;
19 };
20 
21 
22 #endif
23 
24 
25 
26 
boost::shared_ptr< Chi2MeasurementEstimatorBase > produce(const TrackingComponentsRecord &)
boost::shared_ptr< Chi2MeasurementEstimatorBase > _estimator