CMS 3D CMS Logo

CaloTowersES_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 import Geometry.CaloEventSetup.caloTowerConstituents_cfi
4 
5 CaloTowerConstituentsMapBuilder = Geometry.CaloEventSetup.caloTowerConstituents_cfi.caloTowerConstituents.clone(
6  MapFile = "Geometry/CaloTopology/data/CaloTowerEEGeometric.map.gz"
7 )
8 
9 from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
10 phase2_hgcal.toModify( CaloTowerConstituentsMapBuilder, MapFile = "", SkipHE = True )