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 // system include files
5 #include <memory>
6 
7 // user include files
10 
15 
16 namespace edm {
18 }
19 
20 //
21 // class declaration
22 //
23 
25 public:
27  ~CaloTowerTopologyEP() override;
28 
29  using ReturnType = std::unique_ptr<CaloTowerTopology>;
30 
31  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
32 
34 
35 private:
36  // ----------member data ---------------------------
38 };
39 #endif
ReturnType produce(const HcalRecNumberingRecord &)
edm::ESGetToken< HcalTopology, HcalRecNumberingRecord > topoToken_
HLT enums.
std::unique_ptr< CaloTowerTopology > ReturnType
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
CaloTowerTopologyEP(const edm::ParameterSet &)