Classes | |
class | AddTauCollection |
Functions | |
def | _buildIDSourcePSet |
def | _switchToPFTau |
def | applyPostfix |
def | switchToCaloTau |
def | switchToPFTauByType |
def | switchToPFTauFixedCone |
def | switchToPFTauHPS |
def | switchToPFTauShrinkingCone |
Variables | |
list | classicPFTauIDSources |
list | classicTauIDSources |
list | hpsTauIDSources |
|
private |
Build a PSet defining the tau ID sources to embed into the pat::Tau
Definition at line 43 of file tauTools.py.
References _switchToPFTau().
Referenced by _switchToPFTau(), and switchToCaloTau().
|
private |
internal auxiliary function to switch to **any** PFTau collection
Definition at line 59 of file tauTools.py.
References _buildIDSourcePSet(), and applyPostfix().
Referenced by _buildIDSourcePSet(), switchToPFTauFixedCone(), switchToPFTauHPS(), and switchToPFTauShrinkingCone().
def tauTools.applyPostfix | ( | process, | |
label, | |||
postfix | |||
) |
Definition at line 8 of file tauTools.py.
References switchToCaloTau().
Referenced by _switchToPFTau(), switchToCaloTau(), and switchToPFTauHPS().
def tauTools.switchToCaloTau | ( | process, | |
tauSource = cms.InputTag('caloRecoTauProducer') , |
|||
patTauLabel = "" , |
|||
postfix = "" |
|||
) |
Definition at line 20 of file tauTools.py.
References _buildIDSourcePSet(), and applyPostfix().
Referenced by applyPostfix(), and tauTools.AddTauCollection.toolCode().
def tauTools.switchToPFTauByType | ( | process, | |
pfTauType = None , |
|||
tauSource = cms.InputTag('hpsPFTauProducer') , |
|||
patTauLabel = "" , |
|||
postfix = "" |
|||
) |
Definition at line 219 of file tauTools.py.
Referenced by pfTools.adaptPFTaus(), switchToPFTauHPS(), and tauTools.AddTauCollection.toolCode().
def tauTools.switchToPFTauFixedCone | ( | process, | |
tauSource = cms.InputTag('fixedConePFTauProducer') , |
|||
patTauLabel = "" , |
|||
postfix = "" |
|||
) |
Definition at line 177 of file tauTools.py.
References _switchToPFTau(), and switchToPFTauShrinkingCone().
def tauTools.switchToPFTauHPS | ( | process, | |
tauSource = cms.InputTag('hpsPFTauProducer') , |
|||
patTauLabel = "" , |
|||
jecLevels = [] , |
|||
postfix = "" |
|||
) |
Definition at line 200 of file tauTools.py.
References _switchToPFTau(), applyPostfix(), python.rootplot.root2matplotlib.replace(), and switchToPFTauByType().
Referenced by switchToPFTauShrinkingCone().
def tauTools.switchToPFTauShrinkingCone | ( | process, | |
tauSource = cms.InputTag('shrinkingConePFTauProducer') , |
|||
patTauLabel = "" , |
|||
postfix = "" |
|||
) |
Definition at line 188 of file tauTools.py.
References _switchToPFTau(), and switchToPFTauHPS().
Referenced by switchToPFTauFixedCone().
list tauTools.classicPFTauIDSources |
Definition at line 96 of file tauTools.py.
list tauTools.classicTauIDSources |
Definition at line 87 of file tauTools.py.
list tauTools.hpsTauIDSources |
Definition at line 103 of file tauTools.py.