CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HGCalGeometryLoader.h
Go to the documentation of this file.
1 #ifndef GeometryHGCalGeometryHGCalGeometryLoader_h
2 #define GeometryHGCalGeometryHGCalGeometryLoader_h
6 
7 class HGCalTopology;
8 class HGCalGeometry;
9 
11 public:
13  typedef std::vector<float> ParmVec;
14 
17 
19 
20 private:
21  void buildGeom(const ParmVec&, const HepGeom::Transform3D&, const DetId&, HGCalGeometry*, int mode);
22 
23  const double twoBysqrt3_;
25 };
26 
27 #endif
HGCalGeometry * build(const HGCalTopology &)
Definition: DetId.h:17
std::vector< float > ParmVec
CaloCellGeometry::CCGFloat CCGFloat
void buildGeom(const ParmVec &, const HepGeom::Transform3D &, const DetId &, HGCalGeometry *, int mode)