CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalTopologyIdealEP.h
Go to the documentation of this file.
1 #ifndef GEOMETRY_HCALEVENTSETUP_HCALTOPOLOGYIDEALEP_H
2 #define GEOMETRY_HCALEVENTSETUP_HCALTOPOLOGYIDEALEP_H 1
3 
4 
5 // system include files
6 #include <memory>
7 #include "boost/shared_ptr.hpp"
8 
9 // user include files
12 
16 
17 //
18 // class decleration
19 //
20 
22  public:
25 
26  typedef boost::shared_ptr<HcalTopology> ReturnType;
27 
29 private:
30  // ----------member data ---------------------------
31  std::string m_restrictions;
32  bool m_h2mode;
33 };
34 
35 
36 
37 #endif
boost::shared_ptr< HcalTopology > ReturnType
HcalTopologyIdealEP(const edm::ParameterSet &)
ReturnType produce(const IdealGeometryRecord &)