|
ATLAS Offline Software
|
◆ DiPhotonVertexCfg()
def python.HIGG1D1CustomVertexConfig.DiPhotonVertexCfg |
( |
|
flags | ) |
|
Definition at line 81 of file HIGG1D1CustomVertexConfig.py.
82 from DerivationFrameworkEGamma.EGammaToolsConfig
import (
83 PhotonVertexSelectionWrapperKernelCfg)
◆ DiphotonVertexDecoratorCfg()
def python.HIGG1D1CustomVertexConfig.DiphotonVertexDecoratorCfg |
( |
|
flags, |
|
|
** |
kwargs |
|
) |
| |
Definition at line 56 of file HIGG1D1CustomVertexConfig.py.
58 if "PhotonVertexSelectionTool" not in kwargs:
59 from PhotonVertexSelection.PhotonVertexSelectionConfig
import (
60 PhotonVertexSelectionToolCfg)
61 kwargs.setdefault(
"PhotonVertexSelectionTool", acc.popToolsAndMerge(
64 CompFactory.DerivationFramework.DiphotonVertexDecorator(**kwargs))
◆ DiPhotonVertexDecoratorKernelCfg()
def python.HIGG1D1CustomVertexConfig.DiPhotonVertexDecoratorKernelCfg |
( |
|
flags, |
|
|
|
name = "DiphotonVertexKernel" |
|
) |
| |
Diphoton vertex decoration tool
Definition at line 67 of file HIGG1D1CustomVertexConfig.py.
68 """ Diphoton vertex decoration tool """
74 DiphotonVertexDecorator = acc.popToolsAndMerge(
76 acc.addPublicTool(DiphotonVertexDecorator)
77 acc.addEventAlgo(CompFactory.DerivationFramework.CommonAugmentation(
78 name,AugmentationTools=[DiphotonVertexDecorator]))
◆ PrimaryVertexRefittingToolCfg()
def python.HIGG1D1CustomVertexConfig.PrimaryVertexRefittingToolCfg |
( |
|
flags, |
|
|
** |
kwargs |
|
) |
| |
PV refitting tool
Definition at line 7 of file HIGG1D1CustomVertexConfig.py.
8 """ PV refitting tool """
11 if "TrackToVertexIPEstimator" not in kwargs:
12 from TrkConfig.TrkVertexFitterUtilsConfig
import (
13 TrackToVertexIPEstimatorCfg)
14 kwargs.setdefault(
"TrackToVertexIPEstimator", acc.popToolsAndMerge(
17 acc.setPrivateTools(CompFactory.Analysis.PrimaryVertexRefitter(**kwargs))
◆ ZeeVertexRefitterCfg()
def python.HIGG1D1CustomVertexConfig.ZeeVertexRefitterCfg |
( |
|
flags, |
|
|
|
name = "ZeeVertexRefitKernel" |
|
) |
| |
PV refitting after removing Z->ee tracks, for vertex studies
Definition at line 41 of file HIGG1D1CustomVertexConfig.py.
42 """ PV refitting after removing Z->ee tracks, for vertex studies """
49 ZeeVertexRefittingTool = acc.popToolsAndMerge(
51 acc.addPublicTool(ZeeVertexRefittingTool)
52 acc.addEventAlgo(CompFactory.DerivationFramework.CommonAugmentation(
53 name, AugmentationTools=[ZeeVertexRefittingTool]))
◆ ZeeVertexRefittingToolCfg()
def python.HIGG1D1CustomVertexConfig.ZeeVertexRefittingToolCfg |
( |
|
flags, |
|
|
|
name = "HIGG1D1_ZeeVertexRefitterTool" , |
|
|
** |
kwargs |
|
) |
| |
PV refitting after removing Z->ee tracks, for vertex studies
Definition at line 20 of file HIGG1D1CustomVertexConfig.py.
21 flags, name="HIGG1D1_ZeeVertexRefitterTool", **kwargs):
22 """ PV refitting after removing Z->ee tracks, for vertex studies """
27 if "PrimaryVertexRefitterTool" not in kwargs:
28 kwargs.setdefault(
"PrimaryVertexRefitterTool", acc.popToolsAndMerge(
31 kwargs.setdefault(
"ObjectRequirements", (
32 "(Electrons.DFCommonElectronsLHMedium) && (Electrons.pt > 19.*GeV)"))
33 kwargs.setdefault(
"LowMassCut", 50*Units.GeV)
34 kwargs.setdefault(
"RefittedPVContainerName",
"ZeeRefittedPrimaryVertices")
35 kwargs.setdefault(
"MCSamples", [361106, 601189])
38 CompFactory.DerivationFramework.ZeeVertexRefittingTool(name, **kwargs))
def PrimaryVertexRefittingToolCfg(flags, **kwargs)
def TrackToVertexIPEstimatorCfg(flags, name='TrackToVertexIPEstimator', **kwargs)
def ZeeVertexRefitterCfg(flags, name="ZeeVertexRefitKernel")
def DiphotonVertexDecoratorCfg(flags, **kwargs)
def DiPhotonVertexDecoratorKernelCfg(flags, name="DiphotonVertexKernel")
def DiPhotonVertexCfg(flags)
def ZeeVertexRefittingToolCfg(flags, name="HIGG1D1_ZeeVertexRefitterTool", **kwargs)
def PhotonVertexSelectionToolCfg(flags, name="PhotonVertexSelectionTool", **kwargs)