Skip to content
Snippets Groups Projects
Commit 77ec23ee authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'dupprop.TrigHLTMonitoring-20211004' into 'master'

TrigHLTMonitoring: Fix duplicate property name.

See merge request atlas/athena!46919
parents b6599fe4 ab2e25d2
No related branches found
No related tags found
No related merge requests found
......@@ -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", "" };
......
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