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
IPNL_GAMMA
gammaware
Commits
573f56e2
Commit
573f56e2
authored
Jul 05, 2019
by
Jérémie Dudouet
Browse files
up
parent
6992c373
Pipeline
#36655
passed with stage
in 4 minutes and 1 second
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 @
573f56e2
...
...
@@ -803,7 +803,7 @@ void FSMainWindow::DoCalMode(Bool_t on)
Double_t
Bins
[
h
->
GetNbinsX
()
+
1
];
for
(
int
i
=
0
;
i
<=
h
->
GetNbinsX
()
;
i
++
)
{
if
(
on
==
false
)
Bins
[
i
]
=
i
*
h
->
GetBinWidth
(
1
)
;
if
(
on
==
false
)
Bins
[
i
]
=
i
;
else
{
Double_t
ERaw
=
fListOfShiftTrack
[
itr
->
first
][
0
]
+
fListOfShiftTrack
[
itr
->
first
][
1
]
*
((
Double_t
)
i
*
h
->
GetBinWidth
(
1
));
Double_t
ECal
=
0
;
...
...
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