3 from AthenaConfiguration.ComponentAccumulator 
import ComponentAccumulator
 
    4 from AthenaConfiguration.ComponentFactory 
import CompFactory
 
    7                    name: str = 
'PhysValSecVtx',
 
    8                    **kwargs) -> ComponentAccumulator:
 
   10     acc.setPrivateTools(CompFactory.PhysValSecVtx(name=name, **kwargs))