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
Commits
dba71457
Commit
dba71457
authored
4 years ago
by
Peter Onyisi
Browse files
Options
Downloads
Patches
Plain Diff
Lock flag to false in MC
parent
8a6e212e
No related branches found
No related tags found
2 merge requests
!38239
Fix uninitialized variable warnings for TRT raw monitoring (also fixes FPEs)
,
!37784
Set useDynamicAlignFolders to true
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DetectorDescription/GeoModel/AtlasGeoModel/python/InDetGMJobProperties.py
+6
-1
6 additions, 1 deletion
...ion/GeoModel/AtlasGeoModel/python/InDetGMJobProperties.py
with
6 additions
and
1 deletion
DetectorDescription/GeoModel/AtlasGeoModel/python/InDetGMJobProperties.py
+
6
−
1
View file @
dba71457
...
@@ -155,6 +155,11 @@ class InDetGeometryFlags_JobProperties(JobPropertyContainer):
...
@@ -155,6 +155,11 @@ class InDetGeometryFlags_JobProperties(JobPropertyContainer):
self
.
GeoVersionName
.
set_Value_and_Lock
(
InDetGeoFlags
.
getValue
(
"
VersionName
"
))
self
.
GeoVersionName
.
set_Value_and_Lock
(
InDetGeoFlags
.
getValue
(
"
VersionName
"
))
self
.
GeoLayout
.
set_Value_and_Lock
(
InDetGeoFlags
.
getValue
(
"
Layout
"
))
self
.
GeoLayout
.
set_Value_and_Lock
(
InDetGeoFlags
.
getValue
(
"
Layout
"
))
def
setupDynamicAlignFolders
(
self
):
from
AthenaCommon.GlobalFlags
import
globalflags
if
globalflags
.
DataSource
.
get_Value
()
!=
'
data
'
:
self
.
useDynamicAlignFolders
.
set_Value_and_Lock
(
False
)
def
reset
(
self
,
geoTagName
=
"
none
"
):
def
reset
(
self
,
geoTagName
=
"
none
"
):
...
@@ -190,7 +195,7 @@ jobproperties.InDetGeometryFlags_JobProperties.add_JobProperty(useDynamicAlignFo
...
@@ -190,7 +195,7 @@ jobproperties.InDetGeometryFlags_JobProperties.add_JobProperty(useDynamicAlignFo
InDetGeometryFlags
=
jobproperties
.
InDetGeometryFlags_JobProperties
InDetGeometryFlags
=
jobproperties
.
InDetGeometryFlags_JobProperties
InDetGeometryFlags
.
setupValuesFromDB
()
InDetGeometryFlags
.
setupValuesFromDB
()
InDetGeometryFlags
.
setupDynamicAlignFolders
()
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