CMS 3D CMS Logo

Functions
Digi_cff Namespace Reference

Functions

def _modifyEnableHcalHardcode (theProcess)
 

Function Documentation

def Digi_cff._modifyEnableHcalHardcode (   theProcess)
private

Definition at line 51 of file Digi_cff.py.

51 def _modifyEnableHcalHardcode( theProcess ):
52  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
53  theProcess.hcal_db_producer = _hcal_db_producer
54  theProcess.es_hardcode = _es_hardcode
55  theProcess.es_prefer_hcalHardcode = _es_prefer_hcalHardcode
56 
def _modifyEnableHcalHardcode(theProcess)
Definition: Digi_cff.py:51