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 #include "boost/shared_ptr.hpp"
23 
24 // user include files
26 
32 
33 namespace edm {
35 }
36 
37 //
38 // class decleration
39 //
40 
42 public:
45 
46  typedef std::auto_ptr<CaloTowerConstituentsMap> ReturnType;
47 
49  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
50 
51 private:
53  void assignEEtoHE(const CaloGeometry* geometry, CaloTowerConstituentsMap& theMap, const CaloTowerTopology * cttopo);
55 };
56 
CaloTowerConstituentsMapBuilder(const edm::ParameterSet &)
std::auto_ptr< CaloTowerConstituentsMap > ReturnType
ReturnType produce(const CaloGeometryRecord &)
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)