ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
JetTagging
JetTagTools
python
SVForIPToolConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
4
from
AthenaConfiguration.ComponentFactory
import
CompFactory
5
6
def
SVForIPToolCfg
( name = 'SVForIPTool', **options ):
7
"""Sets up a SVForIPTool tool and returns it.
8
9
input: name: The name of the tool (should be unique).
10
**options: Python dictionary with options for the tool.
11
output: The actual tool."""
12
acc = ComponentAccumulator()
13
options[
'name'
] = name
14
acc.setPrivateTools(CompFactory.Analysis.SVForIPTool( **options))
15
16
return
acc
SVForIPToolConfig.SVForIPToolCfg
SVForIPToolCfg(name='SVForIPTool', **options)
Definition
SVForIPToolConfig.py:6
Generated on
for ATLAS Offline Software by
1.17.0