CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
egammaObjectModificationsPatches_cff Namespace Reference

Functions

def setup_mva
 

Variables

tuple egamma_modifications
 
string ele_mva_prod_name = 'electronMVAValueMapProducer'
 
string pho_mva_prod_name = 'photonMVAValueMapProducer'
 

Function Documentation

def egammaObjectModificationsPatches_cff.setup_mva (   val_pset,
  cat_pset,
  prod_name,
  mva_name 
)

Definition at line 13 of file egammaObjectModificationsPatches_cff.py.

13 
14 def setup_mva(val_pset,cat_pset,prod_name,mva_name):
15  value_name = '%s:%sValues'%(prod_name,mva_name)
16  cat_name = '%s:%sCategories'%(prod_name,mva_name)
17  setattr( val_pset, '%sValues'%mva_name, cms.InputTag(value_name) )
18  setattr( cat_pset, '%sCategories'%mva_name, cms.InputTag(cat_name) )

Variable Documentation

tuple egammaObjectModificationsPatches_cff.egamma_modifications
Initial value:
1 = cms.VPSet(
2  cms.PSet( modifierName = cms.string('EGFull5x5ShowerShapeModifierFromValueMaps'),
3  photon_config = cms.PSet( photonSrc = cms.InputTag('slimmedPhotons',processName=cms.InputTag.skipCurrentProcess()),
4  sigmaIetaIeta = cms.InputTag('photonIDValueMapProducer:phoFull5x5SigmaIEtaIEta'),
5  e5x5 = cms.InputTag('photonIDValueMapProducer:phoFull5x5E5x5')
6  )
7  ),
8  cms.PSet( modifierName = cms.string('EGExtraInfoModifierFromFloatValueMaps'),
9  electron_config = cms.PSet( electronSrc = cms.InputTag('slimmedElectrons',processName=cms.InputTag.skipCurrentProcess())
10  ),
11  photon_config = cms.PSet( photonSrc = cms.InputTag('slimmedPhotons',processName=cms.InputTag.skipCurrentProcess()),
12  phoFull5x5SigmaIEtaIPhi = cms.InputTag('photonIDValueMapProducer:phoFull5x5SigmaIEtaIPhi'),
13  phoFull5x5E1x3 = cms.InputTag('photonIDValueMapProducer:phoFull5x5E1x3'),
14  phoFull5x5E2x2 = cms.InputTag('photonIDValueMapProducer:phoFull5x5E2x2'),
15  phoFull5x5E2x5Max = cms.InputTag('photonIDValueMapProducer:phoFull5x5E2x5Max'),
16  phoESEffSigmaRR = cms.InputTag('photonIDValueMapProducer:phoESEffSigmaRR'),
17  phoChargedIsolation = cms.InputTag('photonIDValueMapProducer:phoChargedIsolation'),
18  phoNeutralHadronIsolation = cms.InputTag('photonIDValueMapProducer:phoNeutralHadronIsolation'),
19  phoPhotonIsolation = cms.InputTag('photonIDValueMapProducer:phoPhotonIsolation'),
20  phoWorstChargedIsolation = cms.InputTag('photonIDValueMapProducer:phoWorstChargedIsolation')
21  )
22  ),
23  cms.PSet( modifierName = cms.string('EGExtraInfoModifierFromIntValueMaps'),
24  electron_config = cms.PSet( electronSrc = cms.InputTag('slimmedElectrons',processName=cms.InputTag.skipCurrentProcess())
25  ),
26  photon_config = cms.PSet( photonSrc = cms.InputTag('slimmedPhotons',processName=cms.InputTag.skipCurrentProcess())
27  )
28  )
29 )

Definition at line 19 of file egammaObjectModificationsPatches_cff.py.

string egammaObjectModificationsPatches_cff.ele_mva_prod_name = 'electronMVAValueMapProducer'

Definition at line 10 of file egammaObjectModificationsPatches_cff.py.

string egammaObjectModificationsPatches_cff.pho_mva_prod_name = 'photonMVAValueMapProducer'

Definition at line 11 of file egammaObjectModificationsPatches_cff.py.