Skip to content

Fix configuration of Muon track filter

Sascha Stahl requested to merge muonStateFilter into master

The current configuration seems wrong to me. The algorithm creating the location Rec/Track/MuonFit runs only in the monitoring. However, when setting to Rec/Track/Muon I see the warning:

 FilterMuonTrack...WARNING TrackToDST:: The WARNING message is suppressed : 'Failed to find state - more info in DEBUG'

When inspecting the TES, I see the following:

>>> evt["Rec/Track/Muon"]
DataObject at 0x2d6a9670
>>> len(evt["Rec/Track/Muon"])
14
>>> evt["Rec/Track/Muon"][0]
ContainedObject NULL object
>>> evt["Rec/Track/Muon"][1]
ContainedObject NULL object

This looks weird.

Edited by Marco Cattaneo

Merge request reports