3 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
4 from AthenaConfiguration.ComponentFactory
import CompFactory
8 from ForwardTransportSvc.ForwardTransportSvcConfig
import ForwardTransportSvcCfg
9 serviceName =
"ForwardTransportSvc"
11 kwargs.setdefault(
"ForwardTransportSvcName", serviceName)
12 kwargs.setdefault(
"RegionNames" , [
"FWDBeamLine"] )
13 result.setPrivateTools(CompFactory.ForwardTransportModelTool(name, **kwargs))