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 // $Id: CaloTowerConstituentsMapBuilder.h,v 1.1 2007/04/15 23:16:28 wmtan Exp $
17 //
18 //
19 
20 
21 // system include files
22 #include <memory>
23 #include "boost/shared_ptr.hpp"
24 
25 // user include files
27 
32 
33 //
34 // class decleration
35 //
36 
38  public:
41 
42  typedef std::auto_ptr<CaloTowerConstituentsMap> ReturnType;
43 
45 private:
46  void parseTextMap(const std::string& filename,CaloTowerConstituentsMap& theMap);
47  std::string mapFile_;
48  // ----------member data ---------------------------
49 };
50 
CaloTowerConstituentsMapBuilder(const edm::ParameterSet &)
std::auto_ptr< CaloTowerConstituentsMap > ReturnType
tuple filename
Definition: lut2db_cfg.py:20
ReturnType produce(const IdealGeometryRecord &)
void parseTextMap(const std::string &filename, CaloTowerConstituentsMap &theMap)