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 
13  public:
14  typedef std::shared_ptr<CSCChannelMapperBase> BSP_TYPE;
15 
18 
19  BSP_TYPE produce(const CSCChannelMapperRecord&);
20 
21  private:
23 };
24 
25 #endif
BSP_TYPE produce(const CSCChannelMapperRecord &)
CSCChannelMapperESProducer(const edm::ParameterSet &)
std::shared_ptr< CSCChannelMapperBase > BSP_TYPE