CMS 3D CMS Logo

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 <memory>
11 
13  public:
15  ~BtagPerformanceESProducer() override;
16  std::unique_ptr<BtagPerformance> produce(const BTagPerformanceRecord &);
17  private:
21 };
22 
23 
24 #endif
25 
26 
27 
28 
std::unique_ptr< BtagPerformance > produce(const BTagPerformanceRecord &)
BtagPerformanceESProducer(const edm::ParameterSet &p)