2 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
3 from AthenaConfiguration.ComponentFactory
import CompFactory
6 name: str =
"ActsGeantFollowerTool",
7 **kwargs) -> ComponentAccumulator:
8 THistSvc= CompFactory.THistSvc
11 histsvc.Output = [
"val DATAFILE='GeantFollowing.root' OPT='RECREATE'"]
12 acc.addService(histsvc)
13 acc.setPrivateTools(CompFactory.ActsGeantFollowerTool(name, **kwargs))