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

Merge branch 'context.TrigPartialEventBuilding-20190509' into 'master'

TrigPartialEventBuilding: Avoid EventContext TLS lookups.

See merge request atlas/athena!23284
parents b61bf4ac 24518ad0
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ StatusCode PEBInfoWriterAlg::execute(const EventContext& eventContext) const {
// Link to new decision
newd->setObjectLink("roi", roiEL);
newd->setObjectLink("view", viewEL);
linkToPrevious(newd, previousDecision);
linkToPrevious(newd, previousDecision, eventContext);
ATH_MSG_DEBUG("REGTEST: View = " << (*viewEL));
ATH_MSG_DEBUG("REGTEST: RoI = eta/phi = " << (*roiEL)->eta() << "/" << (*roiEL)->phi());
......
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