CMS 3D CMS Logo

Functions
Digi_cff Namespace Reference

Functions

def _modifyDigitizerPhase2Hcal (theProcess)
 

Function Documentation

def Digi_cff._modifyDigitizerPhase2Hcal (   theProcess)
private

Definition at line 47 of file Digi_cff.py.

47 def _modifyDigitizerPhase2Hcal( theProcess ):
48  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
49  theProcess.hcal_db_producer = _hcal_db_producer
50  theProcess.es_hardcode = _es_hardcode
51  theProcess.es_prefer_hcalHardcode = _es_prefer_hcalHardcode
52 
def _modifyDigitizerPhase2Hcal(theProcess)
Definition: Digi_cff.py:47