Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
L1Trigger
Configuration
python
customisePhase2TTOn110.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
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
customisePhase2TTOn110.customisePhase2TTOn110
def customisePhase2TTOn110
Definition:
customisePhase2TTOn110.py:3
Generated for CMSSW Reference Manual by
1.8.5