CMS 3D CMS Logo

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

Functions

def customisePhase2TTOn110
 

Function Documentation

def customisePhase2TTOn110.customisePhase2TTOn110 (   process)

Definition at line 3 of file customisePhase2TTOn110.py.

3 
4 def customisePhase2TTOn110(process):
5  process.load('SimCalorimetry.HcalTrigPrimProducers.hcaltpdigi_cff')
6  #when running directly, the ttclusterassoc uses the "mix" product name
7  #however its ediased to simSiPixelDigis so its output with that name
8  #so we have to adjust the input tag
9  process.TTClusterAssociatorFromPixelDigis.digiSimLinks = cms.InputTag('simSiPixelDigis','Tracker')
10 
11  return process