CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloTowersES_cfi.py
Go to the documentation of this file.
2 
3 import Geometry.CaloEventSetup.caloTowerConstituents_cfi
4 
5 CaloTowerConstituentsMapBuilder = Geometry.CaloEventSetup.caloTowerConstituents_cfi.caloTowerConstituents.clone()
6 CaloTowerConstituentsMapBuilder.MapFile = "Geometry/CaloTopology/data/CaloTowerEEGeometric.map.gz"
7 
8 ## import Geometry.HcalEventSetup.hcalTopologyConstants_cfi as hcalTopologyConstants_cfi
9 ## caloTowerConstituentsMapBuilder.hcalTopologyConstants = cms.PSet(hcalTopologyConstants_cfi.hcalTopologyConstants)
10 
11 # $Id: CaloTowersES_cfi.py,v 1.8 2012/09/14 16:13:57 gruen Exp $
12 #
13 # Event Setup necessary for CaloTowers reconstruction
14 #
15 #include "Geometry/CaloEventSetup/data/CaloTowerConstituents.cfi"
16 ## CaloTowerConstituentsMapBuilder = cms.ESProducer("CaloTowerConstituentsMapBuilder",
17 ## MapFile = cms.untracked.string('Geometry/CaloTopology/data/CaloTowerEEGeometric.map.gz')
18 ## )
19 
20