Skip to content
Snippets Groups Projects

TrigHLTMonitoring: Fix duplicate property name.

Merged Scott Snyder requested to merge ssnyder/athena:dupprop.TrigHLTMonitoring-20211004 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -27,7 +27,7 @@ class TrigHLTMonitorAlgorithm : public AthMonitorAlgorithm {
private:
SG::ReadHandleKey<xAOD::TrigConfKeys> m_eventKey{this, "EventObjectName", "TrigConfKeys", "Key for the event-level configuration identifier object"};
SG::ReadHandleKey<xAOD::TrigConfKeys> m_onlineKey{this, "EventObjectName", "TrigConfKeysOnline", "Key for the online configuration identifier object"};
SG::ReadHandleKey<xAOD::TrigConfKeys> m_onlineKey{this, "OnlineObjectName", "TrigConfKeysOnline", "Key for the online configuration identifier object"};
ToolHandle<Trig::TrigDecisionTool> m_trigDecTool;
ServiceHandle< TrigConf::ITrigConfigSvc > m_trigConfigSvc{ this, "TrigConfigSvc", "" };
Loading