ATLAS Offline Software
Loading...
Searching...
No Matches
L0MuonS1TGCBitwiseToolsConfig.py
Go to the documentation of this file.
1# Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
2from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
3from AthenaConfiguration.ComponentFactory import CompFactory
4
5
7 flags, name="L0Muon.TgcL0BitwiseCandidateBuilderTool", **kwargs
8):
9 result = ComponentAccumulator()
10 result.setPrivateTools(CompFactory.L0Muon.TgcL0BitwiseCandidateBuilderTool(
11 name, **kwargs
12 ))
13 return result
14
15
17 flags, name="L0Muon.TgcL0BitwiseInnerCoincidenceTool", **kwargs
18):
19 result = ComponentAccumulator()
20 result.setPrivateTools(CompFactory.L0Muon.TgcL0BitwiseInnerCoincidenceTool(
21 name, **kwargs
22 ))
23 return result
24
25
27 flags, name="L0Muon.TgcL0BitwiseTrackSelectorTool", **kwargs
28):
29 result = ComponentAccumulator()
30 result.setPrivateTools(CompFactory.L0Muon.TgcL0BitwiseTrackSelectorTool(
31 name, **kwargs
32 ))
33 return result
TgcL0BitwiseTrackSelectorToolCfg(flags, name="L0Muon.TgcL0BitwiseTrackSelectorTool", **kwargs)
TgcL0BitwiseCandidateBuilderToolCfg(flags, name="L0Muon.TgcL0BitwiseCandidateBuilderTool", **kwargs)
TgcL0BitwiseInnerCoincidenceToolCfg(flags, name="L0Muon.TgcL0BitwiseInnerCoincidenceTool", **kwargs)