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 // $Id: CaloGeometryBuilder.h,v 1.4 2008/11/10 15:15:30 heltsley Exp $
17 //
18 //
19 
20 
21 // system include files
22 #include <memory>
23 #include "boost/shared_ptr.hpp"
24 
25 // user include files
27 
33 
34 //
35 // class decleration
36 //
37 
39 {
40  public:
41 
42  typedef boost::shared_ptr<CaloGeometry> ReturnType;
43 
45 
46  CaloGeometryBuilder( const edm::ParameterSet& iConfig ) ;
47 
48  virtual ~CaloGeometryBuilder() {} ;
49 
50  ReturnType produceAligned( const CaloGeometryRecord& iRecord ) ;
51 
52  private:
53  // ----------member data ---------------------------
54 
55  std::vector<std::string> theCaloList;
56 };
57 
CaloGeometryBuilder(const edm::ParameterSet &iConfig)
edm::ESHandle< CaloSubdetectorGeometry > SubdType
std::vector< std::string > theCaloList
boost::shared_ptr< CaloGeometry > ReturnType
ReturnType produceAligned(const CaloGeometryRecord &iRecord)