CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
customizeMinPtForHitRecoveryInGluedDet Namespace Reference

Functions

def customizeHitRecoveryInGluedDetOff
 
def customizeMinPtForHitRecoveryInGluedDet
 
def esproducers_by_type
 

Function Documentation

def customizeMinPtForHitRecoveryInGluedDet.customizeHitRecoveryInGluedDetOff (   process)
def customizeMinPtForHitRecoveryInGluedDet.customizeMinPtForHitRecoveryInGluedDet (   process,
  value 
)

Definition at line 4 of file customizeMinPtForHitRecoveryInGluedDet.py.

References esproducers_by_type().

4 
6  for esp in esproducers_by_type(process, "Chi2MeasurementEstimatorESProducer", "Chi2ChargeMeasurementEstimatorESProducer"):
7  esp.MinPtForHitRecoveryInGluedDet = cms.double(value)
return process
def customizeMinPtForHitRecoveryInGluedDet.esproducers_by_type (   process,
  types 
)

Definition at line 2 of file customizeMinPtForHitRecoveryInGluedDet.py.

Referenced by customizeMinPtForHitRecoveryInGluedDet().

2 
3 def esproducers_by_type(process, *types):
return (module for module in process._Process__esproducers.values() if module._TypedParameterizable__type in types)