CMS 3D CMS Logo

CaloTowerTopologyEP.h
Go to the documentation of this file.
1 #ifndef GEOMETRY_HCALEVENTSETUP_CaloTowerTopologyEP_H
2 #define GEOMETRY_HCALEVENTSETUP_CaloTowerTopologyEP_H 1
3 
4 
5 // system include files
6 #include <memory>
7 
8 // user include files
11 
17 
18 namespace edm {
20 }
21 
22 //
23 // class declaration
24 //
25 
27 
28 public:
30  ~CaloTowerTopologyEP() override;
31 
32  typedef std::shared_ptr<CaloTowerTopology> ReturnType;
33 
34  static void fillDescriptions( edm::ConfigurationDescriptions & descriptions );
35 
36  ReturnType produce(const HcalRecNumberingRecord&);
37 
38 private:
39  // ----------member data ---------------------------
40 
41 };
42 #endif
HLT enums.
std::shared_ptr< CaloTowerTopology > ReturnType