CMS 3D CMS Logo

Functions
customizeMinPtForHitRecoveryInGluedDet Namespace Reference

Functions

def customizeHitRecoveryInGluedDetOff (process)
 
def customizeMinPtForHitRecoveryInGluedDet (process, value)
 
def esproducers_by_type (process, *types)
 

Function Documentation

◆ customizeHitRecoveryInGluedDetOff()

def customizeMinPtForHitRecoveryInGluedDet.customizeHitRecoveryInGluedDetOff (   process)

Definition at line 8 of file customizeMinPtForHitRecoveryInGluedDet.py.

9  return customizeMinPtForHitRecoveryInGluedDet(process,1000000)
10 
11 

◆ customizeMinPtForHitRecoveryInGluedDet()

def customizeMinPtForHitRecoveryInGluedDet.customizeMinPtForHitRecoveryInGluedDet (   process,
  value 
)

Definition at line 4 of file customizeMinPtForHitRecoveryInGluedDet.py.

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

References esproducers_by_type().

◆ esproducers_by_type()

def customizeMinPtForHitRecoveryInGluedDet.esproducers_by_type (   process,
types 
)

Definition at line 2 of file customizeMinPtForHitRecoveryInGluedDet.py.

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

Referenced by customizeMinPtForHitRecoveryInGluedDet().

customizeMinPtForHitRecoveryInGluedDet
Definition: customizeMinPtForHitRecoveryInGluedDet.py:1
customizeMinPtForHitRecoveryInGluedDet.customizeHitRecoveryInGluedDetOff
def customizeHitRecoveryInGluedDetOff(process)
Definition: customizeMinPtForHitRecoveryInGluedDet.py:8
customizeMinPtForHitRecoveryInGluedDet.esproducers_by_type
def esproducers_by_type(process, *types)
Definition: customizeMinPtForHitRecoveryInGluedDet.py:2
customizeMinPtForHitRecoveryInGluedDet.customizeMinPtForHitRecoveryInGluedDet
def customizeMinPtForHitRecoveryInGluedDet(process, value)
Definition: customizeMinPtForHitRecoveryInGluedDet.py:4