3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
9 if not flags.Detector.EnableSCT
and not flags.Detector.EnableITkStrip:
10 kwargs.setdefault(
"ResidualPullCalculatorForSCT",
"")
11 if not flags.Detector.EnableRPC:
12 kwargs.setdefault(
"ResidualPullCalculatorForRPC",
"")
13 if not flags.Detector.EnableTGC:
14 kwargs.setdefault(
"ResidualPullCalculatorForTGC",
"")
16 acc.setPrivateTools(CompFactory.Trk.ResidualPullCalculator(name, **kwargs))