CMS 3D CMS Logo

Variables

electronMatch_cfi Namespace Reference

Variables

tuple electronMatch

Variable Documentation

Initial value:
00001 cms.EDProducer("MCMatcher",       # cut on deltaR, deltaPt/Pt; pick best by deltaR
00002     src         = cms.InputTag("gsfElectrons"), # RECO objects to match
00003     matched     = cms.InputTag("genParticles"), # mc-truth particle collection
00004     mcPdgId     = cms.vint32(11),               # one or more PDG ID (11 = electron); absolute values (see below)
00005     checkCharge = cms.bool(True),               # True = require RECO and MC objects to have the same charge
00006     mcStatus    = cms.vint32(1),                # PYTHIA status code (1 = stable, 2 = shower, 3 = hard scattering)
00007     maxDeltaR   = cms.double(0.5),              # Minimum deltaR for the match
00008     maxDPtRel   = cms.double(0.5),              # Minimum deltaPt/Pt for the match
00009     resolveAmbiguities    = cms.bool(True),     # Forbid two RECO objects to match to the same GEN object
00010     resolveByMatchQuality = cms.bool(False),    # False = just match input in order; True = pick lowest deltaR pair first
00011 )

Definition at line 7 of file electronMatch_cfi.py.