CMS 3D CMS Logo

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

Variables

tuple candViewMatchedToPFTauRefSelector
 
tuple pfTauMatcher
 

Variable Documentation

tuple PFTauMatching_cfi.candViewMatchedToPFTauRefSelector
Initial value:
1 = cms.EDFilter(
2  "CandViewPFTauMatchRefSelector",
3  src = cms.InputTag("kinematicSignalJets"),
4  matching = cms.InputTag("pfTauMatcher"),
5  # keep events with no matches
6  filter = cms.bool(False)
7 )

Definition at line 16 of file PFTauMatching_cfi.py.

tuple PFTauMatching_cfi.pfTauMatcher
Initial value:
1 = cms.EDProducer(
2  "PFTauMatcher",
3  src = cms.InputTag("your_collection"),
4  matched = cms.InputTag("hpsTancTaus"),
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 PFTauMatching_cfi.py.