test
CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
48  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
49 
50 private:
52  void assignEEtoHE(const CaloGeometry* geometry, CaloTowerConstituentsMap& theMap, const CaloTowerTopology * cttopo);
55 };
56 
CaloTowerConstituentsMapBuilder(const edm::ParameterSet &)
ReturnType produce(const CaloGeometryRecord &)
std::unique_ptr< CaloTowerConstituentsMap > ReturnType
ESHandle< TrackerGeometry > geometry
tuple filename
Definition: lut2db_cfg.py:20
void assignEEtoHE(const CaloGeometry *geometry, CaloTowerConstituentsMap &theMap, const CaloTowerTopology *cttopo)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void parseTextMap(const std::string &filename, CaloTowerConstituentsMap &theMap)