CMS 3D CMS Logo

CSCChannelMapperESProducer.h
Go to the documentation of this file.
1 #ifndef CSCChannelMapperESProducer_H
2 #define CSCChannelMapperESProducer_H
3 
4 #include <memory>
5 
7 
10 
12 public:
13  typedef std::unique_ptr<CSCChannelMapperBase> BSP_TYPE;
14 
16  ~CSCChannelMapperESProducer() override;
17 
18  BSP_TYPE produce(const CSCChannelMapperRecord &);
19 
20 private:
22 };
23 
24 #endif
std::unique_ptr< CSCChannelMapperBase > BSP_TYPE
BSP_TYPE produce(const CSCChannelMapperRecord &)
CSCChannelMapperESProducer(const edm::ParameterSet &)