CMS 3D CMS Logo

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

Variables

float maxDeltaR = 0.4
 
tuple patJetGenJetMatch
 
tuple patJetPartonMatch
 
 resolveByMatchQuality = True,
 
string src = "akCs4PFJets"
 

Variable Documentation

float jetMatch_cfi.maxDeltaR = 0.4

Definition at line 32 of file jetMatch_cfi.py.

tuple jetMatch_cfi.patJetGenJetMatch
Initial value:
1 = cms.EDProducer("GenJetMatcher", # cut on deltaR; pick best by deltaR
2  src = cms.InputTag("ak4PFJetsCHS"), # RECO jets (any View<Jet> is ok)
3  matched = cms.InputTag("ak4GenJets"), # GEN jets (must be GenJetCollection)
4  mcPdgId = cms.vint32(), # n/a
5  mcStatus = cms.vint32(), # n/a
6  checkCharge = cms.bool(False), # n/a
7  maxDeltaR = cms.double(0.4), # Minimum deltaR for the match
8  #maxDPtRel = cms.double(3.0), # Minimum deltaPt/Pt for the match (not used in GenJetMatcher)
9  resolveAmbiguities = cms.bool(True), # Forbid two RECO objects to match to the same GEN object
10  resolveByMatchQuality = cms.bool(False), # False = just match input in order; True = pick lowest deltaR pair first
11 )

Definition at line 18 of file jetMatch_cfi.py.

tuple jetMatch_cfi.patJetPartonMatch
Initial value:
1 = cms.EDProducer("MCMatcher", # cut on deltaR, deltaPt/Pt; pick best by deltaR
2  src = cms.InputTag("ak4PFJetsCHS"), # RECO objects to match
3  matched = cms.InputTag("genParticles"), # mc-truth particle collection
4  mcPdgId = cms.vint32(1, 2, 3, 4, 5, 21), # one or more PDG ID (quarks except top; gluons)
5  mcStatus = cms.vint32(3,23), # PYTHIA6/Herwig++ status code (3 = hard scattering), 23 in Pythia8
6  checkCharge = cms.bool(False), # False = any value of the charge of MC and RECO is ok
7  maxDeltaR = cms.double(0.4), # Minimum deltaR for the match
8  maxDPtRel = cms.double(3.0), # Minimum deltaPt/Pt for the match
9  resolveAmbiguities = cms.bool(True), # Forbid two RECO objects to match to the same GEN object
10  resolveByMatchQuality = cms.bool(False), # False = just match input in order; True = pick lowest deltaR pair first
11 )

Definition at line 6 of file jetMatch_cfi.py.

jetMatch_cfi.resolveByMatchQuality = True,

Definition at line 33 of file jetMatch_cfi.py.

string jetMatch_cfi.src = "akCs4PFJets"

Definition at line 34 of file jetMatch_cfi.py.