|
ATLAS Offline Software
|
◆ JetRestrictedSumPt2VertexCollectionSortingToolCfg()
def python.TrkVertexToolsConfig.JetRestrictedSumPt2VertexCollectionSortingToolCfg |
( |
|
flags, |
|
|
|
name = "JetRestrictedSumPt2VertexCollectionSortingTool" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 38 of file TrkVertexToolsConfig.py.
41 if "VertexWeightCalculator" not in kwargs:
42 from TrkConfig.TrkVertexWeightCalculatorsConfig
import (
43 JetRestrictedSumPt2VertexWeightCalculatorCfg)
44 kwargs.setdefault(
"VertexWeightCalculator", acc.popToolsAndMerge(
47 kwargs.setdefault(
"decorationName",
"sumPt2")
50 CompFactory.Trk.VertexCollectionSortingTool(name,**kwargs))
◆ SecVertexMergingToolCfg()
def python.TrkVertexToolsConfig.SecVertexMergingToolCfg |
( |
|
flags, |
|
|
|
name = 'SecVertexMergingTool' , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 66 of file TrkVertexToolsConfig.py.
70 if "VertexFitterTool" not in kwargs:
71 from TrkConfig.TrkVertexFittersConfig
import AdaptiveVertexFitterCfg
74 kwargs.setdefault(
"MininumDistance", 5.0)
75 kwargs.setdefault(
"CompatibilityDimension", 2)
78 acc.setPrivateTools(CompFactory.Trk.SecVertexMergingTool(name,**kwargs))
◆ SumPt2VertexCollectionSortingToolCfg()
def python.TrkVertexToolsConfig.SumPt2VertexCollectionSortingToolCfg |
( |
|
flags, |
|
|
|
name = "SumPt2VertexCollectionSortingTool" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 7 of file TrkVertexToolsConfig.py.
10 if "VertexWeightCalculator" not in kwargs:
11 from TrkConfig.TrkVertexWeightCalculatorsConfig
import (
12 SumPt2VertexWeightCalculatorCfg)
13 kwargs.setdefault(
"VertexWeightCalculator", acc.popToolsAndMerge(
16 kwargs.setdefault(
"decorationName",
"sumPt2")
19 CompFactory.Trk.VertexCollectionSortingTool(name,**kwargs))
◆ SumPtVertexCollectionSortingToolCfg()
def python.TrkVertexToolsConfig.SumPtVertexCollectionSortingToolCfg |
( |
|
flags, |
|
|
|
name = "SumPtVertexCollectionSortingTool" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 22 of file TrkVertexToolsConfig.py.
25 if "VertexWeightCalculator" not in kwargs:
26 from TrkConfig.TrkVertexWeightCalculatorsConfig
import (
27 SumPtVertexWeightCalculatorCfg)
28 kwargs.setdefault(
"VertexWeightCalculator", acc.popToolsAndMerge(
31 kwargs.setdefault(
"decorationName",
"sumPt")
34 CompFactory.Trk.VertexCollectionSortingTool(name,**kwargs))
◆ VertexCollectionSortingToolCfg()
def python.TrkVertexToolsConfig.VertexCollectionSortingToolCfg |
( |
|
flags, |
|
|
** |
kwargs |
|
) |
| |
Definition at line 54 of file TrkVertexToolsConfig.py.
55 if flags.Tracking.PriVertex.sortingSetup == \
56 VertexSortingSetup.SumPt2Sorting:
58 elif flags.Tracking.PriVertex.sortingSetup == \
59 VertexSortingSetup.SumPtSorting:
61 elif flags.Tracking.PriVertex.sortingSetup == \
62 VertexSortingSetup.JetWeightedSumPt2Sorting:
def SumPt2VertexCollectionSortingToolCfg(flags, name="SumPt2VertexCollectionSortingTool", **kwargs)
def AdaptiveVertexFitterCfg(flags, name="AdaptiveVertexFitter", **kwargs)
def SumPtVertexCollectionSortingToolCfg(flags, name="SumPtVertexCollectionSortingTool", **kwargs)
def SumPt2VertexWeightCalculatorCfg(flags, name="SumPt2VertexWeightCalculator", **kwargs)
def VertexCollectionSortingToolCfg(flags, **kwargs)
def SumPtVertexWeightCalculatorCfg(flags, name="SumPtVertexWeightCalculator", **kwargs)
def SecVertexMergingToolCfg(flags, name='SecVertexMergingTool', **kwargs)
def JetRestrictedSumPt2VertexCollectionSortingToolCfg(flags, name="JetRestrictedSumPt2VertexCollectionSortingTool", **kwargs)
def JetRestrictedSumPt2VertexWeightCalculatorCfg(flags, name="JetRestrictedSumPt2VertexWeightCalculator", TrackParticleLocation="InDetTrackParticles", **kwargs)