CMS 3D CMS Logo

Functions
Digi_cff Namespace Reference

Functions

def _fastSimDigis (process)
 
def _modifyEnableHcalHardcode (theProcess)
 

Function Documentation

def Digi_cff._fastSimDigis (   process)
private

Definition at line 50 of file Digi_cff.py.

References DigiAliases_cff.loadDigiAliases().

50 def _fastSimDigis(process):
51  import FastSimulation.Configuration.DigiAliases_cff as DigiAliases
52 
53  # pretend these digis have been through digi2raw and raw2digi, by using the approprate aliases
54  # use an alias to make the mixed track collection available under the usual label
55  from FastSimulation.Configuration.DigiAliases_cff import loadDigiAliases
56  loadDigiAliases(process)
57 # no need for the aliases for premixing stage1
def loadDigiAliases(process, premix=False)
def _fastSimDigis(process)
Definition: Digi_cff.py:50
def Digi_cff._modifyEnableHcalHardcode (   theProcess)
private

Definition at line 61 of file Digi_cff.py.

61 def _modifyEnableHcalHardcode( theProcess ):
62  from CalibCalorimetry.HcalPlugins.Hcal_Conditions_forGlobalTag_cff import hcal_db_producer as _hcal_db_producer, es_hardcode as _es_hardcode, es_prefer_hcalHardcode as _es_prefer_hcalHardcode
63  theProcess.hcal_db_producer = _hcal_db_producer
64  theProcess.es_hardcode = _es_hardcode
65  theProcess.es_prefer_hcalHardcode = _es_prefer_hcalHardcode
66 
def _modifyEnableHcalHardcode(theProcess)
Definition: Digi_cff.py:61