CMS 3D CMS Logo

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 

Generated on Tue Jun 9 17:37:10 2009 for CMSSW by  doxygen 1.5.4