Functions
egamma_custom_cff Namespace Reference
Functions
def
addExtraEGammaVarsCustomize
(
process
)
Function Documentation
◆
addExtraEGammaVarsCustomize()
def egamma_custom_cff.addExtraEGammaVarsCustomize
(
process
)
Definition at line
11
of file
egamma_custom_cff.py
.
11
def
addExtraEGammaVarsCustomize
(process):
12
#photon
13
process.photonTable.variables.setValue(_phoVarsExtra.parameters_())
14
if
process.nanoDQM:
15
process.nanoDQM.vplots.Photon.plots = _Photon_extra_plots
16
#electron
17
process.electronTable.variables.setValue(_eleVarsExtra.parameters_())
18
if
process.nanoDQM:
19
process.nanoDQM.vplots.Electron.plots = _Electron_extra_plots
20
return
process
21
egamma_custom_cff.addExtraEGammaVarsCustomize
def addExtraEGammaVarsCustomize(process)
Definition:
egamma_custom_cff.py:11
Generated for CMSSW Reference Manual by
1.8.14