CMS 3D CMS Logo

HcalTopologyIdealEP.h
Go to the documentation of this file.
1 #ifndef GEOMETRY_HCALEVENTSETUP_HCALTOPOLOGYIDEALEP_H
2 #define GEOMETRY_HCALEVENTSETUP_HCALTOPOLOGYIDEALEP_H 1
3 
4 #include <memory>
5 
8 
13 
14 namespace edm {
16 }
17 
19 
20 public:
22 
23  using ReturnType = std::unique_ptr<HcalTopology>;
24 
25  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
26 
27  ReturnType produce(const HcalRecNumberingRecord&);
28 
29 private:
30  // ----------member data ---------------------------
33 };
34 #endif
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
HLT enums.
std::unique_ptr< HcalTopology > ReturnType