CMS 3D CMS Logo

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

Variables

tuple recoTauTruthMatcher
 

Variable Documentation

tuple RecoTauTruthMatching_cfi.recoTauTruthMatcher
Initial value:
1 = cms.EDProducer(
2  "GenJetMatcher",
3  src = cms.InputTag("combinatoricRecoTaus"),
4  matched = cms.InputTag("trueHadronicTaus"),
5  mcPdgId = cms.vint32(), # n/a
6  mcStatus = cms.vint32(), # n/a
7  checkCharge = cms.bool(True), # Require charge is correct
8  maxDeltaR = cms.double(0.15), # Minimum deltaR for the match
9  maxDPtRel = cms.double(3.0), # Minimum deltaPt/Pt for the match
10  resolveAmbiguities = cms.bool(False), # Forbid two RECO objects to match to the same GEN object
11  resolveByMatchQuality = cms.bool(False), # False = just match input in order; True = pick lowest deltaR pair first
12 )

Definition at line 3 of file RecoTauTruthMatching_cfi.py.