CMS 3D CMS Logo

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

Variables

tuple eidLoose
 
tuple eidRobustHighEnergy
 
tuple eidRobustLoose
 
tuple eidRobustTight
 
tuple eidTight
 
tuple ElectronIDExternalProducerRemapSequence
 
tuple PhotonCutBasedIDLoose
 
tuple PhotonCutBasedIDLooseEM
 
tuple PhotonCutBasedIDTight
 
tuple PhotonIDExternalProducerRemapSequence
 

Variable Documentation

tuple idExternalRemap_cfi.eidLoose
Initial value:
1 = cms.EDProducer('ElectronIDExternalProducerRemapper',
2  candidateProducer = cms.InputTag('gsFixedGsfElectrons'),
3  newToOldObjectMap = cms.InputTag('gsFixedGsfElectrons'),
4  idMap = cms.InputTag('eidLoose', '', cms.InputTag.skipCurrentProcess())
5 )

Definition at line 3 of file idExternalRemap_cfi.py.

tuple idExternalRemap_cfi.eidRobustHighEnergy
Initial value:
1 = cms.EDProducer('ElectronIDExternalProducerRemapper',
2  candidateProducer = cms.InputTag('gsFixedGsfElectrons'),
3  newToOldObjectMap = cms.InputTag('gsFixedGsfElectrons'),
4  idMap = cms.InputTag('eidRobustHighEnergy', '', cms.InputTag.skipCurrentProcess())
5 )

Definition at line 9 of file idExternalRemap_cfi.py.

tuple idExternalRemap_cfi.eidRobustLoose
Initial value:
1 = cms.EDProducer('ElectronIDExternalProducerRemapper',
2  candidateProducer = cms.InputTag('gsFixedGsfElectrons'),
3  newToOldObjectMap = cms.InputTag('gsFixedGsfElectrons'),
4  idMap = cms.InputTag('eidRobustLoose', '', cms.InputTag.skipCurrentProcess())
5 )

Definition at line 15 of file idExternalRemap_cfi.py.

tuple idExternalRemap_cfi.eidRobustTight
Initial value:
1 = cms.EDProducer('ElectronIDExternalProducerRemapper',
2  candidateProducer = cms.InputTag('gsFixedGsfElectrons'),
3  newToOldObjectMap = cms.InputTag('gsFixedGsfElectrons'),
4  idMap = cms.InputTag('eidRobustTight', '', cms.InputTag.skipCurrentProcess())
5 )

Definition at line 21 of file idExternalRemap_cfi.py.

tuple idExternalRemap_cfi.eidTight
Initial value:
1 = cms.EDProducer('ElectronIDExternalProducerRemapper',
2  candidateProducer = cms.InputTag('gsFixedGsfElectrons'),
3  newToOldObjectMap = cms.InputTag('gsFixedGsfElectrons'),
4  idMap = cms.InputTag('eidTight', '', cms.InputTag.skipCurrentProcess())
5 )

Definition at line 27 of file idExternalRemap_cfi.py.

tuple idExternalRemap_cfi.ElectronIDExternalProducerRemapSequence
Initial value:
1 = cms.Sequence(
2  eidLoose +
3  eidRobustHighEnergy +
4  eidRobustLoose +
5  eidRobustTight +
6  eidTight
7 )

Definition at line 51 of file idExternalRemap_cfi.py.

tuple idExternalRemap_cfi.PhotonCutBasedIDLoose
Initial value:
1 = cms.EDProducer('PhotonIDExternalProducerRemapper',
2  candidateProducer = cms.InputTag('gsFixedGedPhoton'),
3  newToOldObjectMap = cms.InputTag('gsFixedGedPhoton'),
4  idMap = cms.InputTag('PhotonIDProdGED', 'PhotonCutBasedIDLoose', cms.InputTag.skipCurrentProcess())
5 )

Definition at line 33 of file idExternalRemap_cfi.py.

tuple idExternalRemap_cfi.PhotonCutBasedIDLooseEM
Initial value:
1 = cms.EDProducer('PhotonIDExternalProducerRemapper',
2  candidateProducer = cms.InputTag('gsFixedGedPhoton'),
3  newToOldObjectMap = cms.InputTag('gsFixedGedPhoton'),
4  idMap = cms.InputTag('PhotonIDProdGED', 'PhotonCutBasedIDLooseEM', cms.InputTag.skipCurrentProcess())
5 )

Definition at line 39 of file idExternalRemap_cfi.py.

tuple idExternalRemap_cfi.PhotonCutBasedIDTight
Initial value:
1 = cms.EDProducer('PhotonIDExternalProducerRemapper',
2  candidateProducer = cms.InputTag('gsFixedGedPhoton'),
3  newToOldObjectMap = cms.InputTag('gsFixedGedPhoton'),
4  idMap = cms.InputTag('PhotonIDProdGED', 'PhotonCutBasedIDTight', cms.InputTag.skipCurrentProcess())
5 )

Definition at line 45 of file idExternalRemap_cfi.py.

tuple idExternalRemap_cfi.PhotonIDExternalProducerRemapSequence
Initial value:
1 = cms.Sequence(
2  PhotonCutBasedIDLoose +
3  PhotonCutBasedIDLooseEM +
4  PhotonCutBasedIDTight
5 )

Definition at line 59 of file idExternalRemap_cfi.py.