Skip to content
Snippets Groups Projects
Commit 1c3f304d 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
parents 56ccc2a6 1c9ad007
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 $ # $Id: HSG2VertexReconstruction.py 520030 2012-10-03 10:11:57Z krasznaa $
# #
...@@ -27,9 +27,9 @@ def addHSG2VertexReconstruction( d3pdalg, ...@@ -27,9 +27,9 @@ def addHSG2VertexReconstruction( d3pdalg,
muon_target = "mu_muon_" ): muon_target = "mu_muon_" ):
# Add information about the vertices separately: # Add information about the vertices separately:
from TrackD3PDMaker.VertexD3PDObject import PrimaryVertexD3PDObject from TrackD3PDMaker.xAODVertexD3PDObject import PrimaryxAODVertexD3PDObject
d3pdalg += PrimaryVertexD3PDObject( 1, sgkey = vertex_key, d3pdalg += PrimaryxAODVertexD3PDObject( 1, sgkey = vertex_key,
prefix = "quad_vertex_" ) prefix = "quad_vertex_" )
# Add the information about the quadruplets: # Add the information about the quadruplets:
from HiggsD3PDMaker.HSG2QuadrupletD3PDObject import HSG2QuadrupletD3PDObject 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