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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Shaun Roe
athena
Commits
d38b4aeb
Commit
d38b4aeb
authored
4 years ago
by
Peter Onyisi
Browse files
Options
Downloads
Patches
Plain Diff
Set identical properties for all old-style MonManagers
parent
bc37a4dc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Control/AthenaMonitoring/share/DataQualitySteering_jobOptions.py
+12
-0
12 additions, 0 deletions
.../AthenaMonitoring/share/DataQualitySteering_jobOptions.py
with
12 additions
and
0 deletions
Control/AthenaMonitoring/share/DataQualitySteering_jobOptions.py
+
12
−
0
View file @
d38b4aeb
...
@@ -263,6 +263,18 @@ if DQMonFlags.doMonitoring():
...
@@ -263,6 +263,18 @@ if DQMonFlags.doMonitoring():
if
isinstance
(
_
,
AthenaMonManager
):
if
isinstance
(
_
,
AthenaMonManager
):
toolset
.
update
(
_
.
AthenaMonTools
)
toolset
.
update
(
_
.
AthenaMonTools
)
# in MT the initialization can be in random order ... force all managers to have common setup
_
.
FileKey
=
DQMonFlags
.
monManFileKey
()
_
.
ManualDataTypeSetup
=
DQMonFlags
.
monManManualDataTypeSetup
()
_
.
DataType
=
DQMonFlags
.
monManDataType
()
_
.
Environment
=
DQMonFlags
.
monManEnvironment
()
_
.
LBsInLowStatInterval
=
DQMonFlags
.
monManLBsInLowStatInterval
()
_
.
LBsInMediumStatInterval
=
DQMonFlags
.
monManLBsInMediumStatInterval
()
_
.
LBsInHighStatInterval
=
DQMonFlags
.
monManLBsInHighStatInterval
()
_
.
ManualRunLBSetup
=
DQMonFlags
.
monManManualRunLBSetup
()
_
.
Run
=
DQMonFlags
.
monManRun
()
_
.
LumiBlock
=
DQMonFlags
.
monManLumiBlock
()
for
tool
in
toolset
:
for
tool
in
toolset
:
# stop lumi access if we're in MC or enableLumiAccess == False
# stop lumi access if we're in MC or enableLumiAccess == False
if
'
EnableLumi
'
in
dir
(
tool
):
if
'
EnableLumi
'
in
dir
(
tool
):
...
...
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