17 trackCont = "InDetTrackParticles", vtxCont = "PrimaryVertices",
18 vertexDeco = "TTVA_AMVFVertices_forReco", weightDeco = "TTVA_AMVFWeights_forReco"):
19 """ Create the alg to decorate the used-in-fit information for AMVF """
21 alg = CompFactory.InDet.InDetUsedInVertexFitTrackDecorator(
23 UsedInFitDecoratorTool=CompFactory.InDet.InDetUsedInFitTrackDecoratorTool(
24 AMVFVerticesDecoName=vertexDeco,
25 AMVFWeightsDecoName=weightDeco,
26 TrackContainer=trackCont,
27 VertexContainer=vtxCont)