CMS 3D CMS Logo

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 
23 // user include files
25 
31 
32 //
33 // class decleration
34 //
35 
37 {
38  public:
39 
40  using ReturnType = std::unique_ptr<CaloGeometry>;
41 
43 
44  CaloGeometryBuilder( const edm::ParameterSet& iConfig ) ;
45 
46  ~CaloGeometryBuilder() override {} ;
47 
48  ReturnType produceAligned( const CaloGeometryRecord& iRecord ) ;
49 
50  private:
51  // ----------member data ---------------------------
52 
53  std::vector<std::string> theCaloList;
54 };
55 
CaloGeometryBuilder(const edm::ParameterSet &iConfig)
edm::ESHandle< CaloSubdetectorGeometry > SubdType
std::vector< std::string > theCaloList
std::unique_ptr< CaloGeometry > ReturnType
ReturnType produceAligned(const CaloGeometryRecord &iRecord)