|
ATLAS Offline Software
|
|
def | PhotonsDirectionToolCfg (flags, name, **kwargs) |
|
def | EGSelectionToolWrapperCfg (flags, name, **kwargs) |
|
def | EGElectronLikelihoodToolWrapperCfg (flags, name, **kwargs) |
|
def | EGPhotonCleaningWrapperCfg (flags, name, **kwargs) |
|
def | EGCrackVetoCleaningToolCfg (flags, name, **kwargs) |
|
def | EGElectronAmbiguityToolCfg (flags, name, **kwargs) |
|
def | BkgElectronClassificationCfg (flags, name, **kwargs) |
|
def | ElectronMergerCfg (flags, name, **kwargs) |
|
def | PhotonVertexSelectionWrapperCfg (flags, name="PhotonVertexSelectionWrapper", **kwargs) |
|
def | PhotonVertexSelectionWrapperKernelCfg (flags, name="PhotonVertexSelectionWrapperKernel", **kwargs) |
|
◆ BkgElectronClassificationCfg()
def python.EGammaToolsConfig.BkgElectronClassificationCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the background electron classification tool
Definition at line 69 of file EGammaToolsConfig.py.
70 """Configure the background electron classification tool"""
72 BkgElectronClassification = (
73 CompFactory.DerivationFramework.BkgElectronClassification
75 acc.addPublicTool(BkgElectronClassification(name, **kwargs), primary=
True)
◆ EGCrackVetoCleaningToolCfg()
def python.EGammaToolsConfig.EGCrackVetoCleaningToolCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the crack veto cleaning tool
Definition at line 51 of file EGammaToolsConfig.py.
52 """Configure the crack veto cleaning tool"""
54 EGCrackVetoCleaningTool = CompFactory.DerivationFramework.EGCrackVetoCleaningTool
55 acc.addPublicTool(EGCrackVetoCleaningTool(name, **kwargs), primary=
True)
◆ EGElectronAmbiguityToolCfg()
def python.EGammaToolsConfig.EGElectronAmbiguityToolCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the electron ambiguity tool
Definition at line 60 of file EGammaToolsConfig.py.
61 """Configure the electron ambiguity tool"""
63 EGElectronAmbiguityTool = CompFactory.DerivationFramework.EGElectronAmbiguityTool
64 acc.addPublicTool(EGElectronAmbiguityTool(name, **kwargs), primary=
True)
◆ EGElectronLikelihoodToolWrapperCfg()
def python.EGammaToolsConfig.EGElectronLikelihoodToolWrapperCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the electron likelihood tool wrapper
Definition at line 31 of file EGammaToolsConfig.py.
32 """Configure the electron likelihood tool wrapper"""
34 EGElectronLikelihoodToolWrapper = (
35 CompFactory.DerivationFramework.EGElectronLikelihoodToolWrapper
37 acc.addPublicTool(EGElectronLikelihoodToolWrapper(name, **kwargs), primary=
True)
◆ EGPhotonCleaningWrapperCfg()
def python.EGammaToolsConfig.EGPhotonCleaningWrapperCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the photon cleaning tool wrapper
Definition at line 42 of file EGammaToolsConfig.py.
43 """Configure the photon cleaning tool wrapper"""
45 EGPhotonCleaningWrapper = CompFactory.DerivationFramework.EGPhotonCleaningWrapper
46 acc.addPublicTool(EGPhotonCleaningWrapper(name, **kwargs), primary=
True)
◆ EGSelectionToolWrapperCfg()
def python.EGammaToolsConfig.EGSelectionToolWrapperCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the E-gamma selection tool wrapper
Definition at line 22 of file EGammaToolsConfig.py.
23 """Configure the E-gamma selection tool wrapper"""
25 EGSelectionToolWrapper = CompFactory.DerivationFramework.EGSelectionToolWrapper
26 acc.addPublicTool(EGSelectionToolWrapper(name, **kwargs), primary=
True)
◆ ElectronMergerCfg()
def python.EGammaToolsConfig.ElectronMergerCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the track particle merger tool
Definition at line 80 of file EGammaToolsConfig.py.
81 """Configure the track particle merger tool"""
83 ElectronMerger = CompFactory.DerivationFramework.ElectronMergerTool
84 acc.addPublicTool(ElectronMerger(name, **kwargs), primary=
True)
◆ PhotonsDirectionToolCfg()
def python.EGammaToolsConfig.PhotonsDirectionToolCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the PhotonsDirectionTool
Definition at line 13 of file EGammaToolsConfig.py.
14 """Configure the PhotonsDirectionTool"""
16 PhotonsDirectionTool = CompFactory.DerivationFramework.PhotonsDirectionTool
17 acc.addPublicTool(PhotonsDirectionTool(name, **kwargs), primary=
True)
◆ PhotonVertexSelectionWrapperCfg()
def python.EGammaToolsConfig.PhotonVertexSelectionWrapperCfg |
( |
|
flags, |
|
|
|
name = "PhotonVertexSelectionWrapper" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 88 of file EGammaToolsConfig.py.
89 flags, name="PhotonVertexSelectionWrapper", **kwargs):
92 if "PhotonPointingTool" not in kwargs:
93 from PhotonVertexSelection.PhotonVertexSelectionConfig
import (
94 PhotonPointingToolCfg)
95 kwargs.setdefault(
"PhotonPointingTool", acc.popToolsAndMerge(
99 CompFactory.DerivationFramework.PhotonVertexSelectionWrapper(
◆ PhotonVertexSelectionWrapperKernelCfg()
def python.EGammaToolsConfig.PhotonVertexSelectionWrapperKernelCfg |
( |
|
flags, |
|
|
|
name = "PhotonVertexSelectionWrapperKernel" , |
|
|
** |
kwargs |
|
) |
| |
Definition at line 104 of file EGammaToolsConfig.py.
105 flags, name="PhotonVertexSelectionWrapperKernel", **kwargs):
108 augmentationTools = [
111 kwargs.setdefault(
"AugmentationTools", augmentationTools)
114 CompFactory.DerivationFramework.DerivationKernel(name, **kwargs))
def PhotonPointingToolCfg(flags, name="PhotonPointingTool", **kwargs)