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 namespace edm {
19 }
20 
21 //
22 // class decleration
23 //
24 
26 
27 public:
30 
31  typedef boost::shared_ptr<HcalTopology> ReturnType;
32 
33  static void fillDescriptions( edm::ConfigurationDescriptions & descriptions );
34 
36 
37 private:
38  // ----------member data ---------------------------
41 
42  // can be specified in the config
44  int ring;
45  std::vector<int> segmentation;
46  };
47  std::vector<RingSegmentation> m_segmentation;
48 };
49 #endif
const edm::ParameterSet m_pSet
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
boost::shared_ptr< HcalTopology > ReturnType
HcalTopologyIdealEP(const edm::ParameterSet &)
ReturnType produce(const IdealGeometryRecord &)
std::vector< RingSegmentation > m_segmentation