CMS 3D CMS Logo

CSCIndexerESProducer.h
Go to the documentation of this file.
1 #ifndef CSCIndexerESProducer_H
2 #define CSCIndexerESProducer_H
3 
4 #include <memory>
5 
7 
10 
12 
13  public:
14  typedef std::unique_ptr<CSCIndexerBase> BSP_TYPE;
15 
17  ~CSCIndexerESProducer() override;
18 
19  BSP_TYPE produce(const CSCIndexerRecord&);
20 
21  private:
23 };
24 
25 #endif
std::unique_ptr< CSCIndexerBase > BSP_TYPE
BSP_TYPE produce(const CSCIndexerRecord &)
CSCIndexerESProducer(const edm::ParameterSet &)