Skip to content
Snippets Groups Projects
Commit 6766650c authored by Tim Martin's avatar Tim Martin
Browse files

Merge branch 'fixIsolationConfig' into '24.0'

[TrigEgamma] Fixing IsolationTool configuration

See merge request atlas/athena!71314
parents 4ff859a8 6fb0425a
No related branches found
No related tags found
2 merge requests!713262024-05-13: merge of 24.0 into main,!71314[TrigEgamma] Fixing IsolationTool configuration
......@@ -126,7 +126,8 @@ def TrigElectronIsoBuilderCfg(flags, tag, TrackParticleLocation, electronCollect
TrackIsolationTool = acc.popToolsAndMerge(TrigTrackIsolationToolCfg(flags,tag,TrackParticleLocation)),
ElIsoTypes = [[isoPar.ptcone30,isoPar.ptcone20]],
ElCorTypes = [[isoPar.coreTrackPtr]],
ElCorTypesExtra = [[]])
ElCorTypesExtra = [[]],
IsTrigger = True)
acc.addEventAlgo(builder)
return acc
......
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