Skip to content
Snippets Groups Projects
Commit 1703a8c6 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'context.TrigTauHypo-20190602' into 'master'

TrigTauHypo: Avoid EventContext TLS lookups.

See merge request atlas/athena!23887
parents 5e8ef174 39adc8e2
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-2019 CERN for the benefit of the ATLAS collaboration
*/
#include "GaudiKernel/Property.h"
......@@ -76,7 +76,7 @@ StatusCode TrigTauCaloHypoAlgMT::execute( const EventContext& context ) const {
d->setObjectLink( "feature", el );
}
d->setObjectLink( "roi", roiELInfo.link );
TrigCompositeUtils::linkToPrevious( d, previousDecision );
TrigCompositeUtils::linkToPrevious( d, previousDecision, context );
ATH_MSG_DEBUG( "Added view, roi, cluster, previous decision to new decision " << counter << " for view " << (*viewELInfo.link)->name() );
counter++;
......
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