Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
e323c5d0
Commit
e323c5d0
authored
Oct 13, 2020
by
Jens Kroeger
Browse files
EventDefinitionM26: remove non-sense initial values of 999
parent
3aab4be6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventDefinitionM26/EventDefinitionM26.h
View file @
e323c5d0
...
...
@@ -70,7 +70,7 @@ namespace corryvreckan {
TH1D
*
hClipboardEventStart
;
TH1D
*
hClipboardEventStart_long
;
unsigned
triggerTLU_
{
999
},
triggerM26_
{
999
};
// not nice, find better solution here!!!
unsigned
triggerTLU_
{},
triggerM26_
{
};
long
double
time_prev_
{},
trig_prev_
{},
time_trig_start_
{},
time_trig_stop_
{},
time_before_
{},
time_after_
{};
long
double
time_trig_stop_prev_
{};
...
...
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