Skip to content

Resolve ATLTAU-1769

Guillermo Nicolas Hamity requested to merge ghamity/athena:ATLTAU-1769 into master

ATLTAU-1769

Fixes issue accessing event containers used by tau truth matching.

Calling TauTruthMatchingTool::getTruth(xtau,truthTausEvents) will store pointers to containers in TruthTausEvent enum which is passed as parameter. Truth matching previously used member TruthTausEvent enum in truth matching which would have been empty.

Edited by Guillermo Nicolas Hamity

Merge request reports