Line Code
1 2 3 4 5 6 7
import FWCore.ParameterSet.Config as cms

hcalTopologyConstants = cms.PSet(
    mode = cms.string('HcalTopologyMode::SLHC'),
    maxDepthHB = cms.int32(4),
    maxDepthHE = cms.int32(5)
)