Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue 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
James Catmore
athena
Commits
60826a3f
Commit
60826a3f
authored
2 years ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
TrigHTTAlgorithms: pass flags to GenericMonitoringTool
parent
bbe6e21f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/EFTracking/EFTrackingSim/TrigHTTAlgorithms/python/HTTAlgorithmConfig.py
+2
-2
2 additions, 2 deletions
...rackingSim/TrigHTTAlgorithms/python/HTTAlgorithmConfig.py
with
2 additions
and
2 deletions
Trigger/EFTracking/EFTrackingSim/TrigHTTAlgorithms/python/HTTAlgorithmConfig.py
+
2
−
2
View file @
60826a3f
# Copyright (C) 2002-202
2
CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-202
3
CERN for the benefit of the ATLAS collaboration
'''
'''
@author Riley Xu - rixu@cern.ch
@author Riley Xu - rixu@cern.ch
@date Feb 6th 2020
@date Feb 6th 2020
...
@@ -247,7 +247,7 @@ def HTTLogicalHitsProcessAlgMonitoringCfg(flags):
...
@@ -247,7 +247,7 @@ def HTTLogicalHitsProcessAlgMonitoringCfg(flags):
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
result
=
ComponentAccumulator
()
result
=
ComponentAccumulator
()
from
AthenaMonitoringKernel.GenericMonitoringTool
import
GenericMonitoringTool
from
AthenaMonitoringKernel.GenericMonitoringTool
import
GenericMonitoringTool
monTool
=
GenericMonitoringTool
(
'
MonTool
'
)
monTool
=
GenericMonitoringTool
(
flags
,
'
MonTool
'
)
monTool
.
defineHistogram
(
'
regionID
'
,
path
=
'
EXPERT
'
,
type
=
'
TH1I
'
,
title
=
'
regionID
'
,
xbins
=
200
,
xmin
=
0
,
xmax
=
200
)
monTool
.
defineHistogram
(
'
regionID
'
,
path
=
'
EXPERT
'
,
type
=
'
TH1I
'
,
title
=
'
regionID
'
,
xbins
=
200
,
xmin
=
0
,
xmax
=
200
)
result
.
setPrivateTools
(
monTool
)
result
.
setPrivateTools
(
monTool
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment