CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Geometry/CaloEventSetup/python/EcalTrigTowerConstituents_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # This cfi should be included to make the CaloTowersConstituentsMap 
00005 #
00006 EcalTrigTowerConstituentsMapBuilder = cms.ESProducer("EcalTrigTowerConstituentsMapBuilder",
00007     # untracked string MapFile = "Geometry/CaloTopology/data/ee_tt_map.dat"     # file with EE, other mapping
00008     MapFile = cms.untracked.string('Geometry/EcalMapping/data/EndCap_TTMap.txt')
00009 )
00010 
00011