CMS 3D CMS Logo

CaloTowerConstituentsMapBuilder.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: CaloTowerConstituentsMapBuilder
4 // Class: CaloTowerConstituentsMapBuilder
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 namespace edm {
34 }
35 
36 //
37 // class decleration
38 //
39 
41 public:
44 
45  typedef std::unique_ptr<CaloTowerConstituentsMap> ReturnType;
46 
47  ReturnType produce(const CaloGeometryRecord&);
48  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
49 
50 private:
51  void parseTextMap(const std::string& filename,CaloTowerConstituentsMap& theMap);
52  void assignEEtoHE(const CaloGeometry* geometry, CaloTowerConstituentsMap& theMap, const CaloTowerTopology * cttopo);
54  bool mapAuto_, skipHE_;
55 };
56 
CaloTowerConstituentsMapBuilder
Calo Towers.
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
std::unique_ptr< CaloTowerConstituentsMap > ReturnType
HLT enums.