CMS 3D CMS Logo

ZdcHardcodeGeometryLoader.h
Go to the documentation of this file.
1 #ifndef Geometry_ForwardGeometry_ZdcHardcodeGeometryLoader_H
2 #define Geometry_ForwardGeometry_ZdcHardcodeGeometryLoader_H 1
3 
6 
7 class CaloCellGeometry;
9 class HcalZDCDetId;
10 
17 public:
18 
20 
22  explicit ZdcHardcodeGeometryLoader(const ZdcTopology& ht);
23  virtual ~ZdcHardcodeGeometryLoader() { delete theTopology ; }
24 
25  virtual ReturnType load(DetId::Detector det, int subdet);
26  ReturnType load();
27 
28 private:
29  void init();
31  void makeCell(const HcalZDCDetId & detId,
33 
36 
49 
50 };
51 
52 #endif
void makeCell(const HcalZDCDetId &detId, CaloSubdetectorGeometry *geom) const
void fill(HcalZDCDetId::Section section, CaloSubdetectorGeometry *cg)
Detector
Definition: DetId.h:26
CaloSubdetectorGeometry * ReturnType