CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloTowerHardcodeGeometryLoader.h
Go to the documentation of this file.
1 #ifndef GEOMETRY_HCALTOWERALGO_CALOTOWERHARDCODEGEOMETRYLOADER_H
2 #define GEOMETRY_HCALTOWERALGO_CALOTOWERHARDCODEGEOMETRYLOADER_H 1
3 
6 #include <memory>
7 
15 public:
16  std::auto_ptr<CaloSubdetectorGeometry> load();
17 private:
18  void makeCell(int ieta, int iphi, CaloSubdetectorGeometry* geom) const;
19  HcalTopology limits; // just for the ring limits
20 
21 };
22 
23 #endif
void makeCell(int ieta, int iphi, CaloSubdetectorGeometry *geom) const
std::auto_ptr< CaloSubdetectorGeometry > load()