CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 public:
13  typedef std::unique_ptr<CSCIndexerBase> BSP_TYPE;
14 
16  ~CSCIndexerESProducer() override;
17 
19 
20 private:
22 };
23 
24 #endif
std::unique_ptr< CSCIndexerBase > BSP_TYPE
BSP_TYPE produce(const CSCIndexerRecord &)
CSCIndexerESProducer(const edm::ParameterSet &)