CMS 3D CMS Logo

Functions

constantsHCALPostLS2 Namespace Reference

Functions

def customise

Function Documentation

def constantsHCALPostLS2::customise (   process)

Definition at line 5 of file constantsHCALPostLS2.py.

00006                       :
00007 
00008     process.hcalTopologyIdeal.hcalTopologyConstants.mode = cms.string('HcalTopologyMode::SLHC')
00009     process.hcalTopologyIdeal.hcalTopologyConstants.maxDepthHB = cms.int32(7)
00010     process.hcalTopologyIdeal.hcalTopologyConstants.maxDepthHE = cms.int32(7)
00011 
00012     process.hcalTopologyIdeal.hcalTopologyConstants = cms.PSet(hcalTopologyConstants_cfi.hcalTopologyConstants)
00013     process.es_hardcode.hcalTopologyConstants = cms.PSet(hcalTopologyConstants_cfi.hcalTopologyConstants)
00014     process.CaloTowerHardcodeGeometryEP = cms.PSet(hcalTopologyConstants_cfi.hcalTopologyConstants)
00015 
00016     return process