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
11d6dcd2
Commit
11d6dcd2
authored
7 years ago
by
Hass AbouZeid
Browse files
Options
Downloads
Plain Diff
Merge branch 'alignment_13637' into '21.0'
Fixes for CIDs 13637, 13894, 32748 See merge request !1752
parents
105718c2
4e0610a0
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
InnerDetector/InDetAlignment/InDetAlignDBTools/src/SiTrkAlignDBTool.cxx
+5
-4
5 additions, 4 deletions
...InDetAlignment/InDetAlignDBTools/src/SiTrkAlignDBTool.cxx
with
5 additions
and
4 deletions
InnerDetector/InDetAlignment/InDetAlignDBTools/src/SiTrkAlignDBTool.cxx
+
5
−
4
View file @
11d6dcd2
...
...
@@ -773,14 +773,14 @@ void SiTrkAlignDBTool::updateAsL2(const Trk::AlignModule * module, const Amg::Tr
// check the level we store in
ATH_MSG_INFO
(
"DB aligning at level: "
<<
level
);
unsigned
int
idet
=
0
;
Trk
::
AlignModule
::
DetectorType
det
=
idet
?
Trk
::
AlignModule
::
SCT
:
Trk
::
AlignModule
::
Pixel
;
Trk
::
AlignModule
::
DetectorType
det
=
Trk
::
AlignModule
::
Pixel
;
const
std
::
vector
<
const
Trk
::
TrkDetElementBase
*>
*
elements
=
module
->
detElementCollection
(
det
);
if
(
!
elements
)
{
ATH_MSG_FATAL
(
"no elements of type "
<<
det
);
return
;
}
ATH_MSG_DEBUG
(
"looping over "
<<
elements
->
size
()
<<
" elements"
);
std
::
vector
<
std
::
string
>
level_mods
;
// where we store the unique identifiers we want to update
...
...
@@ -846,6 +846,7 @@ void SiTrkAlignDBTool::updateAsL16(const Trk::AlignModule * module, double bowx)
if
(
!
elements
)
{
ATH_MSG_FATAL
(
"no elements of type "
<<
det
);
return
;
}
ATH_MSG_DEBUG
(
"looping over "
<<
elements
->
size
()
<<
" elements"
);
...
...
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