Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cms_tk_ph2
eudaq-v1
Commits
6ce4cb7c
Commit
6ce4cb7c
authored
Mar 10, 2018
by
Andre Rummler
Browse files
Typo in TLU error message.
parent
8bedc89f
Changes
1
Hide whitespace changes
Inline
Side-by-side
user/eudet/module/src/TluProducer.cc
View file @
6ce4cb7c
...
...
@@ -142,7 +142,7 @@ void TluProducer::RunLoop(){
void
TluProducer
::
DoConfigure
()
{
auto
conf
=
GetConfiguration
();
if
(
!
conf
)
EUDAQ_THROW
(
"No configration exits for tlu"
);
EUDAQ_THROW
(
"No config
u
ration exi
s
ts for tlu"
);
trigger_interval
=
conf
->
Get
(
"TriggerInterval"
,
0
);
dut_mask
=
conf
->
Get
(
"DutMask"
,
2
);
and_mask
=
conf
->
Get
(
"AndMask"
,
0xff
);
...
...
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