Skip to content

Harmonize trigger naming within TriggerAnalysisConfig to TrigEventSelectorAlg,...

Harmonize trigger naming within TriggerAnalysisConfig to TrigEventSelectorAlg, replace ',' with 'p' and '-' with '_'.

The triggers that contain "." caused problems when used within the NTupleMakerAlg (the error regarding the Expression doesn't match <object>.<variable> -> <branch> format. This quick fix brings the xAOD name in line with the TrigEventSelectorAlg's naming scheme.

Merge request reports