Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-slsdetector
Commits
ce2ffd6d
Commit
ce2ffd6d
authored
Aug 03, 2018
by
Alejandro Homs Puron
Committed by
operator for beamline
Aug 09, 2018
Browse files
Fix Eiger::getThresholdEnergy
parent
4183241e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SlsDetectorEiger.cpp
View file @
ce2ffd6d
...
...
@@ -694,7 +694,7 @@ void Eiger::setThresholdEnergy(int thres)
void
Eiger
::
getThresholdEnergy
(
int
&
thres
)
{
DEB_MEMBER_FUNCT
();
thres
=
m_det
->
s
etThresholdEnergy
(
-
1
);
thres
=
m_det
->
g
etThresholdEnergy
();
DEB_RETURN
()
<<
DEB_VAR1
(
thres
);
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment