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
!71596
MuonR4 - Update R4 test geometry & augment Micromega test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
MuonR4 - Update R4 test geometry & augment Micromega test
jojungge/athena:UpdateGeoModelTest
into
main
Overview
4
Commits
1
Pipelines
0
Changes
6
Merged
Johannes Junggeburth
requested to merge
jojungge/athena:UpdateGeoModelTest
into
main
11 months ago
Overview
4
Commits
1
Pipelines
0
Changes
6
Expand
Update R4 style geometry file to a complete version of ATLAS
Add channel -> strip -> channel conversion test
MuonGeoModelTest -> switch to simulation geometry by default
Tagging:
@goblirsc
,
@emoyse
Edited
11 months ago
by
Johannes Junggeburth
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
a0806152
1 commit,
11 months ago
6 files
+
98
−
54
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MMReadoutElement.cxx
+
3
−
1
Options
@@ -95,7 +95,9 @@ namespace MuonGM {
std
::
vector
<
GeoChildNodeWithTrf
>
children
{
getAllSubVolumes
(
pvc
)};
for
(
const
GeoChildNodeWithTrf
&
child
:
children
)
{
ATH_MSG_VERBOSE
(
"Child node "
<<
child
.
nodeName
<<
" "
<<
child
.
volume
->
getLogVol
()
->
getName
());
if
(
child
.
volume
->
getLogVol
()
->
getName
().
find
(
"Sensitive"
)
==
std
::
string
::
npos
)
{
if
(
child
.
volume
->
getLogVol
()
->
getName
().
find
(
"Sensitive"
)
==
std
::
string
::
npos
&&
/// Active gas volume in the R4 like description
child
.
volume
->
getLogVol
()
->
getName
()
!=
"actMicroMegaGas"
)
{
continue
;
}
++
m_nlayers
;
Loading