CMS 3D CMS Logo

HcalDDDGeometryEP.h
Go to the documentation of this file.
1 #ifndef Geometry_HcalEventSetup_HcalDDDGeometryEP_H
2 #define Geometry_HcalEventSetup_HcalDDDGeometryEP_H 1
3 
4 
5 // system include files
6 #include <memory>
7 
8 // user include files
11 
13 
18 
19 //
20 // class decleration
21 //
22 
24 
25 public:
26 
28  ~HcalDDDGeometryEP() override;
29 
30  typedef std::shared_ptr<CaloSubdetectorGeometry> ReturnType;
31 
33 
34  ReturnType produceIdeal(const HcalRecNumberingRecord&);
35  ReturnType produceAligned(const HcalGeometryRecord&);
36 
37 private:
38 
39  // ----------member data ---------------------------
40 
43 };
44 #endif
45 
~HcalDDDGeometryEP() override
ReturnType produceAligned(const HcalGeometryRecord &)
HcalDDDGeometryLoader * m_loader
void idealRecordCallBack(const HcalRecNumberingRecord &)
HcalDDDGeometryEP(const edm::ParameterSet &)
std::shared_ptr< CaloSubdetectorGeometry > ReturnType
ReturnType produceIdeal(const HcalRecNumberingRecord &)