CMS 3D CMS Logo

Functions
TrackingSourceConfig_Tier0_cff Namespace Reference

Functions

def _copyIfExists (mod, pset, name)
 

Function Documentation

def TrackingSourceConfig_Tier0_cff._copyIfExists (   mod,
  pset,
  name 
)
private

Definition at line 227 of file TrackingSourceConfig_Tier0_cff.py.

References harvestTrackValidationPlots.str.

227 def _copyIfExists(mod, pset, name):
228  if hasattr(pset, name):
229  setattr(mod, name, getattr(pset, name))