Skip to content

Migrate ECIDS tool to dedicated ECIDS interface

The ECIDS tool, migrated to R22 in !38453 (merged), uses IAsgElectronLikelihoodTool as it's interface, which causes problems if you try to call e.g. calculate(const xAOD::Electron*) (as it's not part of the former interface). I've migrated to the tool to use the dedicated IAsgElectronChargeIDSelectorTool interface, already in master

Tagging @mociduki, who added the tool to master

Merge request reports