Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jérémie Dudouet
gammaware
Commits
47f80390
Commit
47f80390
authored
Jan 09, 2020
by
Jérémie Dudouet
Browse files
Correct bug in type definition of FIPPS AC
parent
5a15012e
Pipeline
#55827
passed with stage
in 7 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/root/gui/fipps_spy/src/FSMainWindow.cpp
src/root/gui/fipps_spy/src/FSMainWindow.cpp
+1
-1
No files found.
src/root/gui/fipps_spy/src/FSMainWindow.cpp
View file @
47f80390
...
...
@@ -738,7 +738,7 @@ void FSMainWindow::ReadHistograms()
DetNum
=
det
->
CloverId
;
}
else
if
(
det
->
IsAC
())
{
if
(
det
->
Type
==
3
)
{
if
(
det
->
Type
==
4
)
{
type
=
CanvasTypes
::
kIFIN_AC
;
DetNum
=
det
->
CloverId
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment