Skip to content

Remove empty eventAlgs from ID

Stewart Martin-Haugh requested to merge smh/athena:remove_non_viewAlgs into master

It has been pointed out that in

viewAlgs, eventAlgs = makeInDetAlgs()

eventAlgs is always empty. And I don't think we ever plan to add full-event algs, so it will stay that way.

I've now removed it from every place it was used.

Merge request reports