CMS 3D CMS Logo

Variables

python::pfTaus_cff Namespace Reference

Variables

tuple name = cms.string("pfTauTTIworkaround")
tuple pfJetsLegacyHPSPiZeros = ak5PFJetsLegacyHPSPiZeros.clone()
tuple pfJetsLegacyTaNCPiZeros = ak5PFJetsLegacyTaNCPiZeros.clone()
tuple pfJetsPiZeros = ak5PFJetsRecoTauPiZeros.clone()
tuple pfJetTracksAssociatorAtVertex
tuple pfTaus = pfTauSelector.clone()
tuple pfTausBaseSequence
 pfTausDiscriminationByIsolation = \
 pfTausDiscriminationByLeadingPionPtCut = \
 pfTausDiscriminationByLeadingTrackFinding = \
tuple pfTauSequence
tuple pfTausPreSequence
tuple pfTausProducer = shrinkingConePFTauProducer.clone()
tuple pfTauTagInfoProducer = pfRecoTauTagInfoProducer.clone()
tuple pfTauTagInfoSrc = cms.InputTag("pfTauTagInfoProducer")
tuple plugin = cms.string("RecoTauTagInfoWorkaroundModifer")

Variable Documentation

tuple python::pfTaus_cff::name = cms.string("pfTauTTIworkaround")

Definition at line 80 of file pfTaus_cff.py.

tuple python::pfTaus_cff::pfJetsLegacyHPSPiZeros = ak5PFJetsLegacyHPSPiZeros.clone()

Definition at line 68 of file pfTaus_cff.py.

tuple python::pfTaus_cff::pfJetsLegacyTaNCPiZeros = ak5PFJetsLegacyTaNCPiZeros.clone()

Definition at line 67 of file pfTaus_cff.py.

tuple python::pfTaus_cff::pfJetsPiZeros = ak5PFJetsRecoTauPiZeros.clone()

Definition at line 66 of file pfTaus_cff.py.

Initial value:
00001 cms.EDProducer(
00002     "JetTracksAssociatorAtVertex",
00003     j2tParametersVX,
00004     jets = cms.InputTag("pfJets")
00005     )

Definition at line 56 of file pfTaus_cff.py.

tuple python::pfTaus_cff::pfTaus = pfTauSelector.clone()
Initial value:
00001 cms.Sequence(
00002     pfTausProducer +
00003     pfTausDiscriminationByLeadingTrackFinding +
00004     pfTausDiscriminationByLeadingPionPtCut +
00005     pfTausDiscriminationByIsolation
00006     )

Definition at line 47 of file pfTaus_cff.py.

Definition at line 40 of file pfTaus_cff.py.

Definition at line 36 of file pfTaus_cff.py.

Definition at line 31 of file pfTaus_cff.py.

Initial value:
00001 cms.Sequence(
00002     pfTausPreSequence +
00003     pfTausBaseSequence + 
00004     pfTaus 
00005     )

Definition at line 101 of file pfTaus_cff.py.

Initial value:
00001 cms.Sequence(
00002     pfJetTracksAssociatorAtVertex + 
00003     pfTauTagInfoProducer +
00004     pfJetsPiZeros +
00005     pfJetsLegacyTaNCPiZeros +
00006     pfJetsLegacyHPSPiZeros
00007 )

Definition at line 85 of file pfTaus_cff.py.

tuple python::pfTaus_cff::pfTausProducer = shrinkingConePFTauProducer.clone()

Definition at line 27 of file pfTaus_cff.py.

tuple python::pfTaus_cff::pfTauTagInfoProducer = pfRecoTauTagInfoProducer.clone()

Definition at line 75 of file pfTaus_cff.py.

tuple python::pfTaus_cff::pfTauTagInfoSrc = cms.InputTag("pfTauTagInfoProducer")

Definition at line 82 of file pfTaus_cff.py.

tuple python::pfTaus_cff::plugin = cms.string("RecoTauTagInfoWorkaroundModifer")