![]() |
ATLAS Offline Software
|
Functions | |
| JetFitterV0FinderToolCfg (flags, name, suffix="", useBTagFlagsDefaults=True, **options) | |
| python.JetFitterV0FinderToolConfig.JetFitterV0FinderToolCfg | ( | flags, | |
| name, | |||
| suffix = "", | |||
| useBTagFlagsDefaults = True, | |||
| ** | options ) |
Sets up a JetFitterV0FinderTool tool and returns it.
The following options have defaults:
revertFromPositiveToNegativeTags default: False
cutTwoTrkVtxVtxProbForBFirstSelectCriteriumA default: 0.05
cutTwoTrkVtxVtxProbForBFirstSelectCriteriumB default: 0.034
cutCompatibilityPrimaryVertexSingleTrackForBFirstSelection default: 1e-1
cutCompatibilityPrimaryVertexBothTracksForBFirstSelection default: 1e-2
cutIPD0BothTracksForBFirstSelection default: 3.5
cutIPZ0BothTracksForBFirstSelection default: 5.
cutPtBothTracksForBFirstSelection default: 500.
cutTwoTrkVtxLifeSignForBFirstSelectCriteriumA default: 1.
cutTwoTrkVtxLifeSignForBFirstSelectCriteriumB default: 1.5
cutCompToPrimarySingleTrackForMatInterac default: 1e-4
cutCompToPrimaryBothTracksForMatInterac default: 1e-6
firstLayer_min default: 34.0-2.5
firstLayer_max default: 34.0+2.5
secondLayer_min default: 51.5-3
secondLayer_max default: 51.5+3
cutCompPVSinglePosLifeTrackForBSecondSelect default: 5e-2
cutCompPVSingleNegLifeTrackForBSecondSelect default: 1e-2
cutIPD0SigBoxSingleTrackForBSecondSelection default: 2.
cutIPZ0SigBoxSingleTrackForBSecondSelection default: 5.
cutIPD0SingleTrackForBSecondSelection default: 1.5
cutIPZ0SingleTrackForBSecondSelection default: 3.
cutPtSingleTrackForBSecondSelection default: 750
input: name: The name of the tool (should be unique).
useBTagFlagsDefaults : Whether to use BTaggingFlags defaults for options that are not specified.
**options: Python dictionary with options for the tool.
output: The actual tool, which can then by added to ToolSvc via ToolSvc += output.
Definition at line 11 of file JetFitterV0FinderToolConfig.py.