Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Juggler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
EIC
Project Juggler
Commits
6942bc8e
Commit
6942bc8e
authored
3 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug where sector and layer ID were swapped for imaging calorimeter hits.
parent
7cf1aca4
Branches
Branches containing commit
No related tags found
1 merge request
!401
Fix bug where sector and layer ID were swapped for imaging calorimeter hits.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
JugReco/src/components/ImagingPixelReco.cpp
+1
-1
1 addition, 1 deletion
JugReco/src/components/ImagingPixelReco.cpp
with
1 addition
and
1 deletion
JugReco/src/components/ImagingPixelReco.cpp
+
1
−
1
View file @
6942bc8e
...
@@ -139,7 +139,7 @@ public:
...
@@ -139,7 +139,7 @@ public:
0
,
// timeError TODO
0
,
// timeError TODO
{
gpos
.
x
()
/
m_lUnit
,
gpos
.
y
()
/
m_lUnit
,
gpos
.
z
()
/
m_lUnit
},
// global pos
{
gpos
.
x
()
/
m_lUnit
,
gpos
.
y
()
/
m_lUnit
,
gpos
.
z
()
/
m_lUnit
},
// global pos
{
0
,
0
,
0
},
// @TODO: add dimension
{
0
,
0
,
0
},
// @TODO: add dimension
l
id
,
s
id
,
s
id
,
l
id
,
{
pos
.
x
()
/
m_lUnit
,
pos
.
y
()
/
m_lUnit
,
pos
.
z
()
/
m_lUnit
}});
// local pos
{
pos
.
x
()
/
m_lUnit
,
pos
.
y
()
/
m_lUnit
,
pos
.
z
()
/
m_lUnit
}});
// local pos
}
}
return
StatusCode
::
SUCCESS
;
return
StatusCode
::
SUCCESS
;
...
...
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