Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!46919
TrigHLTMonitoring: Fix duplicate property name.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
TrigHLTMonitoring: Fix duplicate property name.
ssnyder/athena:dupprop.TrigHLTMonitoring-20211004
into
master
Overview
9
Commits
1
Pipelines
1
Changes
1
Merged
Scott Snyder
requested to merge
ssnyder/athena:dupprop.TrigHLTMonitoring-20211004
into
master
3 years ago
Overview
9
Commits
1
Pipelines
1
Changes
1
Expand
Fix duplicate Gaudi property name.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ab2e25d2
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Trigger/TrigMonitoring/TrigHLTMonitoring/src/TrigHLTMonitorAlgorithm.h
+
1
−
1
Options
@@ -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
,
"
Event
ObjectName"
,
"TrigConfKeysOnline"
,
"Key for the online configuration identifier object"
};
SG
::
ReadHandleKey
<
xAOD
::
TrigConfKeys
>
m_onlineKey
{
this
,
"
Online
ObjectName"
,
"TrigConfKeysOnline"
,
"Key for the online configuration identifier object"
};
ToolHandle
<
Trig
::
TrigDecisionTool
>
m_trigDecTool
;
ServiceHandle
<
TrigConf
::
ITrigConfigSvc
>
m_trigConfigSvc
{
this
,
"TrigConfigSvc"
,
""
};
Loading