CMS 3D CMS Logo

Functions
DataMixerPreMix_cff Namespace Reference

Functions

def _fastSimDigis (process)
 

Function Documentation

def DataMixerPreMix_cff._fastSimDigis (   process)
private

Definition at line 82 of file DataMixerPreMix_cff.py.

References DigiAliases_cff.loadDigiAliases().

82 def _fastSimDigis(process):
83  # pretend these digis have been through digi2raw and raw2digi, by using the approprate aliases
84  # use an alias to make the mixed track collection available under the usual label
85  from FastSimulation.Configuration.DigiAliases_cff import loadDigiAliases
86  loadDigiAliases(process, premix=True)
def loadDigiAliases(process, premix=False)