CMS 3D CMS Logo

Functions
DataMixerPreMix_cff Namespace Reference

Functions

def _fastSimDigis (process)
 

Function Documentation

def DataMixerPreMix_cff._fastSimDigis (   process)
private

Definition at line 75 of file DataMixerPreMix_cff.py.

References DigiAliases_cff.loadDigiAliases().

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