2 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
3 from AthenaConfiguration.ComponentFactory
import CompFactory
9 kwargs.setdefault(
"StoreGateKey",
"TruthEvent")
10 the_tool = CompFactory.JiveXML.TruthTrackRetriever(name, **kwargs)
11 result.addPublicTool(the_tool, primary=
True)