Functions
customisePhase2TTOn110 Namespace Reference
Functions
def
customisePhase2TTOn110
(
process
)
Function Documentation
◆
customisePhase2TTOn110()
def customisePhase2TTOn110.customisePhase2TTOn110
(
process
)
Definition at line
3
of file
customisePhase2TTOn110.py
.
3
def
customisePhase2TTOn110
(process):
4
process.load(
'SimCalorimetry.HcalTrigPrimProducers.hcaltpdigi_cff'
)
5
#when running directly, the ttclusterassoc uses the "mix" product name
6
#however its ediased to simSiPixelDigis so its output with that name
7
#so we have to adjust the input tag
8
process.TTClusterAssociatorFromPixelDigis.digiSimLinks = cms.InputTag(
'simSiPixelDigis'
,
'Tracker'
)
9
10
return
process
11
customisePhase2TTOn110.customisePhase2TTOn110
def customisePhase2TTOn110(process)
Definition:
customisePhase2TTOn110.py:3
Generated for CMSSW Reference Manual by
1.8.14