CMS 3D CMS Logo

Functions | Variables
egamma_custom_cff Namespace Reference

Functions

def addExtraEGammaVarsCustomize (process)
 

Variables

 customElectronFilterBits
 
 customPhotonFilterBits
 
 doc
 
 energy
 
 eta
 
 etaWidth
 
 externalVariables
 
 float
 
 id
 
 l1deltaR
 
 l1seed
 
 name
 
 phi
 
 phiWidth
 
 precision
 
 preshowerEnergy
 
 qualityBits
 
 rawEnergy
 
 seedClusEnergy
 
 seedClusterEta
 
 seedClusterPhi
 
 sel
 
 skipObjectsNotPassingQualityBits
 
 src
 
 superclusterTable
 
 trkIso
 
 variables
 

Function Documentation

◆ addExtraEGammaVarsCustomize()

def egamma_custom_cff.addExtraEGammaVarsCustomize (   process)

Definition at line 106 of file egamma_custom_cff.py.

106 def addExtraEGammaVarsCustomize(process):
107  #photon
108  process.finalPhotons.cut = cms.string("pt > 1 ")
109  process.photonTable.variables.setValue(_phoVarsExtra.parameters_())
110  process.triggerObjectTable.selections.Photon = customPhotonFilterBits
111 
112  if hasattr(process,'nanoDQM'):
113  process.nanoDQM.vplots.Photon.plots = _Photon_extra_plots
114 
115  #electron
116  process.finalElectrons.cut = cms.string("pt > 1 ")
117  process.electronTable.variables.setValue(_eleVarsExtra.parameters_())
118  process.triggerObjectTable.selections.Electron = customElectronFilterBits
119 
120  if hasattr(process,'nanoDQM'):
121  process.nanoDQM.vplots.Electron.plots = _Electron_extra_plots
122 
123  #superCluster
124  process.superclusValueMaps = superclusValueMaps
125  process.superclusterTable = superclusterTable
126 
127  process.superclusterTask = cms.Task(process.superclusValueMaps)
128  process.superclusterTask.add(process.superclusterTable)
129  process.nanoTableTaskCommon.add(process.superclusterTask)
130 
131  return process
132 
def addExtraEGammaVarsCustomize(process)

Variable Documentation

◆ customElectronFilterBits

egamma_custom_cff.customElectronFilterBits

Definition at line 13 of file egamma_custom_cff.py.

◆ customPhotonFilterBits

egamma_custom_cff.customPhotonFilterBits

Definition at line 58 of file egamma_custom_cff.py.

◆ doc

egamma_custom_cff.doc

Definition at line 14 of file egamma_custom_cff.py.

◆ energy

egamma_custom_cff.energy

Definition at line 90 of file egamma_custom_cff.py.

◆ eta

egamma_custom_cff.eta

Definition at line 91 of file egamma_custom_cff.py.

◆ etaWidth

◆ externalVariables

egamma_custom_cff.externalVariables

Definition at line 101 of file egamma_custom_cff.py.

◆ float

egamma_custom_cff.float

Definition at line 90 of file egamma_custom_cff.py.

◆ id

egamma_custom_cff.id

Definition at line 15 of file egamma_custom_cff.py.

◆ l1deltaR

egamma_custom_cff.l1deltaR

Definition at line 17 of file egamma_custom_cff.py.

◆ l1seed

egamma_custom_cff.l1seed

Definition at line 17 of file egamma_custom_cff.py.

Referenced by lumi::HLTConfDummy2DB.retrieveData().

◆ name

egamma_custom_cff.name

Definition at line 87 of file egamma_custom_cff.py.

◆ phi

egamma_custom_cff.phi

Definition at line 92 of file egamma_custom_cff.py.

◆ phiWidth

◆ precision

egamma_custom_cff.precision

Definition at line 90 of file egamma_custom_cff.py.

◆ preshowerEnergy

egamma_custom_cff.preshowerEnergy

Definition at line 94 of file egamma_custom_cff.py.

◆ qualityBits

egamma_custom_cff.qualityBits

Definition at line 19 of file egamma_custom_cff.py.

◆ rawEnergy

◆ seedClusEnergy

egamma_custom_cff.seedClusEnergy

Definition at line 97 of file egamma_custom_cff.py.

◆ seedClusterEta

egamma_custom_cff.seedClusterEta

Definition at line 98 of file egamma_custom_cff.py.

◆ seedClusterPhi

egamma_custom_cff.seedClusterPhi

Definition at line 99 of file egamma_custom_cff.py.

◆ sel

egamma_custom_cff.sel

Definition at line 16 of file egamma_custom_cff.py.

◆ skipObjectsNotPassingQualityBits

egamma_custom_cff.skipObjectsNotPassingQualityBits

Definition at line 18 of file egamma_custom_cff.py.

◆ src

egamma_custom_cff.src

Definition at line 86 of file egamma_custom_cff.py.

◆ superclusterTable

egamma_custom_cff.superclusterTable

Definition at line 85 of file egamma_custom_cff.py.

◆ trkIso

◆ variables

egamma_custom_cff.variables

Definition at line 89 of file egamma_custom_cff.py.