CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/Geometry/HcalTowerAlgo/interface/HcalFlexiHardcodeGeometryLoader.h

Go to the documentation of this file.
00001 #ifndef GEOMETRY_HCALTOWERALGO_HCALFLEXIHARDCODEGEOMETRYLOADER_H
00002 #define GEOMETRY_HCALTOWERALGO_HCALFLEXIHARDCODEGEOMETRYLOADER_H 1
00003 
00011 #include "Geometry/CaloGeometry/interface/CaloVGeometryLoader.h"
00012 
00013 class HcalTopology;
00014 
00015 class HcalFlexiHardcodeGeometryLoader 
00016 {
00017    public:
00018 
00019       HcalFlexiHardcodeGeometryLoader();
00020   
00021       CaloSubdetectorGeometry* load(const HcalTopology& fTopology);
00022   
00023 };
00024 
00025 #endif