CMS 3D CMS Logo

SimL1Emulator_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 # make trigger digis available under with the raw2digi names
6 from Configuration.Eras.Modifier_fastSim_cff import fastSim
7 def _fastSimTriggerDigis(process):
8  # pretend these digis have been through digi2raw and to the HLT internal raw2digi, by using the approprate aliases
9  # consider moving these mods to the HLT configuration
10  from FastSimulation.Configuration.DigiAliases_cff import loadTriggerDigiAliases
11  loadTriggerDigiAliases(process)
12 modifySimL1Emulator_fastSimTriggerDigis = fastSim.makeProcessModifier(_fastSimTriggerDigis)
def _fastSimTriggerDigis(process)
def loadTriggerDigiAliases(process)