CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloGeometryBuilder.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: CaloGeometryBuilder
4 // Class: CaloGeometryBuilder
5 //
13 //
14 // Original Author: Jeremiah Mans
15 // Created: Mon Oct 3 11:35:27 CDT 2005
16 //
17 //
18 
19 
20 // system include files
21 #include <memory>
22 #include "boost/shared_ptr.hpp"
23 
24 // user include files
26 
32 
33 //
34 // class decleration
35 //
36 
38 {
39  public:
40 
41  typedef boost::shared_ptr<CaloGeometry> ReturnType;
42 
44 
45  CaloGeometryBuilder( const edm::ParameterSet& iConfig ) ;
46 
47  virtual ~CaloGeometryBuilder() {} ;
48 
49  ReturnType produceAligned( const CaloGeometryRecord& iRecord ) ;
50 
51  private:
52  // ----------member data ---------------------------
53 
54  std::vector<std::string> theCaloList;
55 };
56 
CaloGeometryBuilder(const edm::ParameterSet &iConfig)
edm::ESHandle< CaloSubdetectorGeometry > SubdType
std::vector< std::string > theCaloList
boost::shared_ptr< CaloGeometry > ReturnType
ReturnType produceAligned(const CaloGeometryRecord &iRecord)