test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloTowerTopologyEP.h
Go to the documentation of this file.
1 #ifndef GEOMETRY_HCALEVENTSETUP_CaloTowerTopologyEP_H
2 #define GEOMETRY_HCALEVENTSETUP_CaloTowerTopologyEP_H 1
3 
4 
5 // system include files
6 #include <memory>
7 #include "boost/shared_ptr.hpp"
8 
9 // user include files
12 
18 
19 namespace edm {
21 }
22 
23 //
24 // class declaration
25 //
26 
28 
29 public:
32 
33  typedef boost::shared_ptr<CaloTowerTopology> ReturnType;
34 
35  static void fillDescriptions( edm::ConfigurationDescriptions & descriptions );
36 
38 
39 private:
40  // ----------member data ---------------------------
41 
42 };
43 #endif
boost::shared_ptr< CaloTowerTopology > ReturnType
ReturnType produce(const HcalRecNumberingRecord &)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
CaloTowerTopologyEP(const edm::ParameterSet &)