3from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4from AthenaConfiguration.ComponentFactory
import CompFactory
10 result = ComponentAccumulator()
11 result.setPrivateTools(CompFactory.G4UA.TestActionTimerTool(name,**kwargs))
15 result = ComponentAccumulator()
16 result.setPrivateTools(CompFactory.G4UA.TestActionEHistTool(name,**kwargs))
20 result = ComponentAccumulator()
21 result.setPrivateTools(CompFactory.G4UA.TestActionVPTimerTool(name,**kwargs))