CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloVGeometryLoader.h
Go to the documentation of this file.
1 #ifndef CaloVGeometryLoader_h
2 #define CaloVGeometryLoader_h
3 
5 #include <memory>
6 
8 
14 {
15  public:
17  virtual std::auto_ptr<CaloSubdetectorGeometry>
18  load( DetId::Detector det, int subdet ) = 0;
19 };
20 
21 #endif
22 
Detector
Definition: DetId.h:26
virtual std::auto_ptr< CaloSubdetectorGeometry > load(DetId::Detector det, int subdet)=0
Load the subdetector geometry for the specified det and subdet.