CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BtagPerformanceESProducer.h
Go to the documentation of this file.
1 #ifndef RecoBTag_PerformanceFW_BtagPerformanceESProducer_H
2 #define RecoBTag_PerformanceFW_BtagPerformanceESProducer_H
3 
6 
7 
10 #include <boost/shared_ptr.hpp>
11 
13  public:
15  virtual ~BtagPerformanceESProducer();
16  boost::shared_ptr<BtagPerformance> produce(const BTagPerformanceRecord &);
17  private:
18  boost::shared_ptr<BtagPerformance> _perf;
22 };
23 
24 
25 #endif
26 
27 
28 
29 
boost::shared_ptr< BtagPerformance > produce(const BTagPerformanceRecord &)
boost::shared_ptr< BtagPerformance > _perf
BtagPerformanceESProducer(const edm::ParameterSet &p)