Skip to content
Snippets Groups Projects
Commit 54fd7a89 authored by Edward Moyse's avatar Edward Moyse
Browse files

Protection for case where MuGirl is off, but Stau is on (which shouldn't happen).

parent 47062800
Branches arm_tests_81b
No related tags found
7 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27625Master fix muon track steering tools
......@@ -188,5 +188,5 @@ class MuonCombinedReconstruction(ConfiguredMuonRec):
# runs over outputs and create xAODMuon collection
topSequence += getAlgorithm("MuonCreatorAlg")
if muonCombinedRecFlags.doMuGirlLowBeta():
if muonCombinedRecFlags.doMuGirl() and muonCombinedRecFlags.doMuGirlLowBeta():
topSequence += getAlgorithm("StauCreatorAlg")
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