Skip to content

Fix doubly instantiated DiMuon lines

Roel Aaij requested to merge raaij-FixDiMuons into master

Some DiMuon lines were instantiated in both the Turbo and DiMuon modules, remove the Turbo module. The Hlt2RadiativeB2GammaGammaTurbo line that is used as part of an integration test has been moved to the RecoTest module.

Add a check to the Hlt1Line and Hlt2Line constructors to check if a line with the same name already exists.

Merge request reports