CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/Geometry/CaloTopology/interface/HcalTopologyRestrictionParser.h

Go to the documentation of this file.
00001 #ifndef GEOMETRY_CALOTOPOLOGY_HCALTOPOLOGYRESTRICTIONPARSER_H
00002 #define GEOMETRY_CALOTOPOLOGY_HCALTOPOLOGYRESTRICTIONPARSER_H 1
00003 
00004 #include "Geometry/CaloTopology/interface/HcalTopology.h"
00005 
00023 class HcalTopologyRestrictionParser {
00024 public:
00025   HcalTopologyRestrictionParser(HcalTopology& target);
00029   std::string parse(const std::string& line);
00030 private:
00031   HcalTopology& target_;
00032 };
00033 
00034 #endif