Skip to content
Snippets Groups Projects
Commit 66929e97 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'master-fix-idealpseudotrkJO' into 'master'

add truth to truth tracks when running ideal pseudotracking

See merge request atlas/athena!35502
parents 10431894 bd49ba49
No related branches found
No related tags found
No related merge requests found
......@@ -941,7 +941,7 @@ else:
# InDetTruthTrackCreation.OutputLevel = VERBOSE
topSequence += InDetTruthTrackCreation
if InDetFlags.doSplitReco() :
if InDetFlags.doSplitReco() or InDetFlags.doIdealPseudoTracking() :
# --- add the truth to the truth tracks ;-)
include ("InDetRecExample/ConfiguredInDetTrackTruth.py")
InDetTracksTruth = ConfiguredInDetTrackTruth(InDetKeys.PseudoTracks(),
......
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