3 import Geometry.HcalEventSetup.hcalSLHCTopologyConstants_cfi
as hcalTopologyConstants_cfi
7 process.hcalTopologyIdeal.hcalTopologyConstants.mode = cms.string(
'HcalTopologyMode::SLHC')
8 process.hcalTopologyIdeal.hcalTopologyConstants.maxDepthHB = cms.int32(7)
9 process.hcalTopologyIdeal.hcalTopologyConstants.maxDepthHE = cms.int32(7)
11 process.hcalTopologyIdeal.hcalTopologyConstants = cms.PSet(hcalTopologyConstants_cfi.hcalTopologyConstants)
12 process.es_hardcode.hcalTopologyConstants = cms.PSet(hcalTopologyConstants_cfi.hcalTopologyConstants)
13 process.CaloTowerHardcodeGeometryEP = cms.PSet(hcalTopologyConstants_cfi.hcalTopologyConstants)