Skip to content
Snippets Groups Projects
Commit c5aa24ec authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'indet.HiggsD3PDMaker-20181204' into 'master'

HiggsD3PDMaker: Adjust for components moved from TrackD3PDMaker to InDetD3PDMaker.

See merge request atlas/athena!16453

Former-commit-id: 1c3f304d
parents 7f9a78e1 bb087f94
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
# $Id: HSG2VertexReconstruction.py 520030 2012-10-03 10:11:57Z krasznaa $
#
......@@ -27,9 +27,9 @@ def addHSG2VertexReconstruction( d3pdalg,
muon_target = "mu_muon_" ):
# Add information about the vertices separately:
from TrackD3PDMaker.VertexD3PDObject import PrimaryVertexD3PDObject
d3pdalg += PrimaryVertexD3PDObject( 1, sgkey = vertex_key,
prefix = "quad_vertex_" )
from TrackD3PDMaker.xAODVertexD3PDObject import PrimaryxAODVertexD3PDObject
d3pdalg += PrimaryxAODVertexD3PDObject( 1, sgkey = vertex_key,
prefix = "quad_vertex_" )
# Add the information about the quadruplets:
from HiggsD3PDMaker.HSG2QuadrupletD3PDObject import HSG2QuadrupletD3PDObject
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment