Main Page
Namespaces
Classes
Package Documentation
Geometry
CaloEventSetup
python
EcalTrigTowerConstituents_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# This cfi should be included to make the CaloTowersConstituentsMap
5
#
6
EcalTrigTowerConstituentsMapBuilder = cms.ESProducer(
"EcalTrigTowerConstituentsMapBuilder"
,
7
# untracked string MapFile = "Geometry/CaloTopology/data/ee_tt_map.dat" # file with EE, other mapping
8
MapFile = cms.untracked.string(
'Geometry/EcalMapping/data/EndCap_TTMap.txt'
)
9
)
10
11
Generated for CMSSW Reference Manual by
1.8.11