Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:25:21

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 import Geometry.CaloEventSetup.caloTowerConstituents_cfi
0004 
0005 CaloTowerConstituentsMapBuilder = Geometry.CaloEventSetup.caloTowerConstituents_cfi.caloTowerConstituents.clone(
0006     MapFile = "Geometry/CaloTopology/data/CaloTowerEEGeometric.map.gz"
0007 )
0008 
0009 from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
0010 phase2_hgcal.toModify( CaloTowerConstituentsMapBuilder, MapFile = "", SkipHE = True )