CMS 3D CMS Logo

Variables

TauRecoTruthMatchers_cfi Namespace Reference

Variables

tuple matchMCQCD = cms.Sequence(matchMCQCDShrinkingCone)
tuple matchMCQCDInsideOut
 QCD Truth matchers #.
tuple matchMCQCDShrinkingCone
tuple matchMCTaus = cms.Sequence(matchMCTausShrinkingCone)
tuple matchMCTausInsideOut
 Tau Truth matchers #.
tuple matchMCTausShrinkingCone
tuple qcdTruthMatchingReqs
tuple tauTruthMatchingReqs
 RECO-Truth standard matching criteria.

Variable Documentation

Definition at line 51 of file TauRecoTruthMatchers_cfi.py.

Initial value:
00001 cms.EDProducer("PFTauDecayModeTruthMatcher",
00002     qcdTruthMatchingReqs,
00003     src = cms.InputTag("makeMCQCDTauDecayModes"),
00004     matched = cms.InputTag("pfRecoTauProducerInsideOut")
00005 )

QCD Truth matchers #.

Definition at line 39 of file TauRecoTruthMatchers_cfi.py.

Initial value:
00001 cms.EDProducer("PFTauDecayModeTruthMatcher",
00002     qcdTruthMatchingReqs,
00003     src = cms.InputTag("makeMCQCDTauDecayModes"),
00004     matched = cms.InputTag("shrinkingConePFTauProducer")
00005 )

Definition at line 45 of file TauRecoTruthMatchers_cfi.py.

Definition at line 33 of file TauRecoTruthMatchers_cfi.py.

Initial value:
00001 cms.EDProducer("PFTauDecayModeTruthMatcher",
00002     tauTruthMatchingReqs,
00003     src = cms.InputTag("makeMCTauDecayModes"),
00004     matched = cms.InputTag("pfRecoTauProducerInsideOut")
00005 )

Tau Truth matchers #.

Definition at line 21 of file TauRecoTruthMatchers_cfi.py.

Initial value:
00001 cms.EDProducer("PFTauDecayModeTruthMatcher",
00002     tauTruthMatchingReqs,
00003     src = cms.InputTag("makeMCTauDecayModes"),
00004     matched = cms.InputTag("shrinkingConePFTauProducer")
00005 )

Definition at line 27 of file TauRecoTruthMatchers_cfi.py.

Initial value:
00001 cms.PSet(
00002     maxDPtRel = cms.double(10000000.0),
00003     resolveByMatchQuality = cms.bool(True),
00004     resolveAmbiguities = cms.bool(True),
00005     maxDeltaR = cms.double(0.3)
00006 )

Definition at line 10 of file TauRecoTruthMatchers_cfi.py.

Initial value:
00001 cms.PSet(
00002     maxDPtRel = cms.double(10000000.0),                 #don't apply a Pt resolution cut
00003     resolveByMatchQuality = cms.bool(True),
00004     resolveAmbiguities = cms.bool(True),
00005     maxDeltaR = cms.double(0.15)
00006 )

RECO-Truth standard matching criteria.

Definition at line 4 of file TauRecoTruthMatchers_cfi.py.