CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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