Main Page
Namespaces
Classes
Package Documentation
Namespace List
Namespace Members
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
260
of file
TrackingSourceConfig_Tier0_cff.py
.
References
str
.
260
def
_copyIfExists
(mod, pset, name):
261
if
hasattr(pset, name):
262
setattr(mod, name, getattr(pset, name))
TrackingSourceConfig_Tier0_cff._copyIfExists
def _copyIfExists(mod, pset, name)
Definition:
TrackingSourceConfig_Tier0_cff.py:260
Generated for CMSSW Reference Manual by
1.8.11