ATLAS Offline Software
Functions
python.TrkDistanceFinderNeutralChargedConfig Namespace Reference

Functions

def TrkDistanceFinderNeutralChargedCfg (flags, name, **options)
 

Function Documentation

◆ TrkDistanceFinderNeutralChargedCfg()

def python.TrkDistanceFinderNeutralChargedConfig.TrkDistanceFinderNeutralChargedCfg (   flags,
  name,
**  options 
)
Sets up a TrkDistanceFinderNeutralCharged tool and returns it.

The following options have BTaggingFlags defaults:

input:             name: The name of the tool (should be unique).
              **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 6 of file TrkDistanceFinderNeutralChargedConfig.py.

6 def TrkDistanceFinderNeutralChargedCfg(flags, name, **options):
7  """Sets up a TrkDistanceFinderNeutralCharged tool and returns it.
8 
9  The following options have BTaggingFlags defaults:
10 
11  input: name: The name of the tool (should be unique).
12  **options: Python dictionary with options for the tool.
13  output: The actual tool, which can then by added to ToolSvc via ToolSvc += output."""
14  acc = ComponentAccumulator()
15  options['name'] = name
16  acc.setPrivateTools(CompFactory.Trk.TrkDistanceFinderNeutralCharged(**options))
17 
18  return acc
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition: JetAnalysisCommon.py:302
python.TrkDistanceFinderNeutralChargedConfig.TrkDistanceFinderNeutralChargedCfg
def TrkDistanceFinderNeutralChargedCfg(flags, name, **options)
Definition: TrkDistanceFinderNeutralChargedConfig.py:6