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
Peter Sherwood
athena
Commits
939aa43c
Commit
939aa43c
authored
4 years ago
by
Adam Edward Barton
Browse files
Options
Downloads
Patches
Plain Diff
fix for broken compilation
parent
5e0632d6
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
DetectorDescription/GeoModel/GeoAdaptors/GeoAdaptors/GeoMuonHits.icc
+2
-2
2 additions, 2 deletions
...cription/GeoModel/GeoAdaptors/GeoAdaptors/GeoMuonHits.icc
with
2 additions
and
2 deletions
DetectorDescription/GeoModel/GeoAdaptors/GeoAdaptors/GeoMuonHits.icc
+
2
−
2
View file @
939aa43c
...
@@ -57,7 +57,8 @@ inline Amg::Vector3D GeoMDTHit::getGlobalPosition() const {
...
@@ -57,7 +57,8 @@ inline Amg::Vector3D GeoMDTHit::getGlobalPosition() const {
HitID
hitid
=
m_hit
->
MDTid
();
HitID
hitid
=
m_hit
->
MDTid
();
MdtHitIdHelper
*
mdthhelper
=
MdtHitIdHelper
::
GetHelper
(
s_mdtID
->
tubeMax
());
const
MdtIdHelper
*
mdtID
=
mgr
()
->
mdtIdHelper
();
MdtHitIdHelper
*
mdthhelper
=
MdtHitIdHelper
::
GetHelper
(
mdtID
->
tubeMax
());
std
::
string
stname
=
mdthhelper
->
GetStationName
(
hitid
);
std
::
string
stname
=
mdthhelper
->
GetStationName
(
hitid
);
int
steta
=
mdthhelper
->
GetZSector
(
hitid
);
int
steta
=
mdthhelper
->
GetZSector
(
hitid
);
...
@@ -66,7 +67,6 @@ inline Amg::Vector3D GeoMDTHit::getGlobalPosition() const {
...
@@ -66,7 +67,6 @@ inline Amg::Vector3D GeoMDTHit::getGlobalPosition() const {
int
tl
=
mdthhelper
->
GetLayer
(
hitid
);
int
tl
=
mdthhelper
->
GetLayer
(
hitid
);
int
tube
=
mdthhelper
->
GetTube
(
hitid
);
int
tube
=
mdthhelper
->
GetTube
(
hitid
);
const
MdtIdHelper
*
mdtID
=
mgr
()
->
mdtIdHelper
();
Identifier
offid
=
mdtID
->
channelID
(
stname
,
Identifier
offid
=
mdtID
->
channelID
(
stname
,
steta
,
steta
,
stphi
,
ml
,
tl
,
tube
);
stphi
,
ml
,
tl
,
tube
);
...
...
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