ATLAS Offline Software
|
Functions | |
def | isAnalysisRelease () |
def | getMCTruthClassifier () |
def | getCopyTruthLabelParticles (truthtype) |
def | getCopyTruthJetParticles (modspec, cflags) |
def | _getCommonLabelNames (prefix) |
def | getJetDeltaRFlavorLabelTool (name='jetdrlabeler', jet_pt_min=5000) |
def | getJetDeltaRLabelTool (jetdef, modspec) |
def | getJetGhostFlavorLabelTool (name="jetghostlabeler") |
def | getJetGhostLabelTool (jetdef, modspec) |
def | getJetTruthLabelTool (jetdef, modspec) |
def | getJetTruthLabelToolPrereqs (jetdef, modspec) |
def | getJetPileupLabelTool (jetdef, modspec) |
Variables | |
jrtlog = Logging.logging.getLogger('ParticleJetToolsConfig') | |
dictionary | truthpartoptions |
|
private |
Internal unlity to name labels Returns a dictionary to configure labeling tools. Takes one argument which is prefixed to each label.
Definition at line 88 of file ParticleJetToolsConfig.py.
def ParticleJetToolsConfig.getCopyTruthJetParticles | ( | modspec, | |
cflags | |||
) |
Definition at line 63 of file ParticleJetToolsConfig.py.
def ParticleJetToolsConfig.getCopyTruthLabelParticles | ( | truthtype | ) |
Definition at line 43 of file ParticleJetToolsConfig.py.
def ParticleJetToolsConfig.getJetDeltaRFlavorLabelTool | ( | name = 'jetdrlabeler' , |
|
jet_pt_min = 5000 |
|||
) |
Get the standard flavor tagging delta-R labeling tool Uses cone matching to B, C and tau truth particles.
Definition at line 112 of file ParticleJetToolsConfig.py.
def ParticleJetToolsConfig.getJetDeltaRLabelTool | ( | jetdef, | |
modspec | |||
) |
returns a ParticleJetDeltaRLabelTool Cone matching for B, C and tau truth for all but track jets. This function is meant to be used as callback from JetRecConfig where it is called as func(jetdef, modspec). Hence the jetdef argument even if not used in this case.
Definition at line 133 of file ParticleJetToolsConfig.py.
def ParticleJetToolsConfig.getJetGhostFlavorLabelTool | ( | name = "jetghostlabeler" | ) |
Definition at line 145 of file ParticleJetToolsConfig.py.
def ParticleJetToolsConfig.getJetGhostLabelTool | ( | jetdef, | |
modspec | |||
) |
get ghost-based flavor tagging labeling This is a wrapper for JetRecConfig where it's called as func(jetdef, modspec)
Definition at line 156 of file ParticleJetToolsConfig.py.
def ParticleJetToolsConfig.getJetPileupLabelTool | ( | jetdef, | |
modspec | |||
) |
Definition at line 184 of file ParticleJetToolsConfig.py.
def ParticleJetToolsConfig.getJetTruthLabelTool | ( | jetdef, | |
modspec | |||
) |
Definition at line 165 of file ParticleJetToolsConfig.py.
def ParticleJetToolsConfig.getJetTruthLabelToolPrereqs | ( | jetdef, | |
modspec | |||
) |
Definition at line 181 of file ParticleJetToolsConfig.py.
def ParticleJetToolsConfig.getMCTruthClassifier | ( | ) |
Definition at line 23 of file ParticleJetToolsConfig.py.
def ParticleJetToolsConfig.isAnalysisRelease | ( | ) |
Definition at line 19 of file ParticleJetToolsConfig.py.
ParticleJetToolsConfig.jrtlog = Logging.logging.getLogger('ParticleJetToolsConfig') |
Definition at line 12 of file ParticleJetToolsConfig.py.
dictionary ParticleJetToolsConfig.truthpartoptions |
Definition at line 38 of file ParticleJetToolsConfig.py.