ATLAS Offline Software
|
Classes | |
class | DiTauCalibrationConfig |
class | DiTauWorkingPointConfig |
Functions | |
def | makeDiTauCalibrationConfig (seq, containerName, postfix='', rerunTruthMatching=True) |
def | makeDiTauWorkingPointConfig (seq, containerName, workingPoint, postfix, legacyRecommendations=False) |
def python.DiTauAnalysisConfig.makeDiTauCalibrationConfig | ( | seq, | |
containerName, | |||
postfix = '' , |
|||
rerunTruthMatching = True |
|||
) |
Create tau calibration analysis algorithms This makes all the algorithms that need to be run first befor all working point specific algorithms and that can be shared between the working points. Keyword arguments: postfix -- a postfix to apply to decorations and algorithm names. this is mostly used/needed when using this sequence with multiple working points to ensure all names are unique. rerunTruthMatching -- Whether or not to rerun truth matching
Definition at line 95 of file DiTauAnalysisConfig.py.
def python.DiTauAnalysisConfig.makeDiTauWorkingPointConfig | ( | seq, | |
containerName, | |||
workingPoint, | |||
postfix, | |||
legacyRecommendations = False |
|||
) |
Create tau analysis algorithms for a single working point Keyword arguments: legacyRecommendations -- use legacy tau BDT and electron veto recommendations postfix -- a postfix to apply to decorations and algorithm names. this is mostly used/needed when using this sequence with multiple working points to ensure all names are unique.
Definition at line 119 of file DiTauAnalysisConfig.py.