CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
constantsHCALPostLS2 Namespace Reference

Functions

def customise
 

Function Documentation

def constantsHCALPostLS2.customise (   process)

Definition at line 5 of file constantsHCALPostLS2.py.

5 
6 def customise(process):
7 
8  process.hcalTopologyIdeal.hcalTopologyConstants.mode = cms.string('HcalTopologyMode::SLHC')
9  process.hcalTopologyIdeal.hcalTopologyConstants.maxDepthHB = cms.int32(7)
10  process.hcalTopologyIdeal.hcalTopologyConstants.maxDepthHE = cms.int32(7)
11 
12  process.hcalTopologyIdeal.hcalTopologyConstants = cms.PSet(hcalTopologyConstants_cfi.hcalTopologyConstants)
13  process.es_hardcode.hcalTopologyConstants = cms.PSet(hcalTopologyConstants_cfi.hcalTopologyConstants)
14  process.CaloTowerHardcodeGeometryEP = cms.PSet(hcalTopologyConstants_cfi.hcalTopologyConstants)
15 
16  return process