remove spurious DEBUG output in Btagging configuration
The tool "btagging_antikt4emtopo.TrackAssociation" floods the log-files with suprious debug messages like:
btagging_antikt4emtopo.TrackAssociation DEBUG retrieve track particle container with key InDetTrackParticles btagging_antikt4emtopo.TrackAssociation DEBUG retrieve muon container with key Muons btagging_antikt4emtopo.TrackAssociation DEBUG #BTAG# Number of Muons in event: 0
This MR fixes the hardcoded output level on this tool.
Aside: The btagging configuration is scattered with code to set the output level of individual components. Explicitly setting the output level of individual components in the configuration is not recommended because it makes it impossible to change the output level globally.
- Walter