Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Roel Aaij
k40gen
Commits
9a508f8f
Commit
9a508f8f
authored
Oct 23, 2019
by
Roel Aaij
Browse files
Use reference DOM counting schema
parent
03ad0b29
Changes
1
Hide whitespace changes
Inline
Side-by-side
challenge/skeleton.cpp
View file @
9a508f8f
...
...
@@ -114,7 +114,7 @@ int main() {
// - 5 bits: PMT_ID
// - rest : 100 * (DOM_ID + 1) + MOD_ID + 1
// The ToT time and ToT are not relevant for this challenge
auto
[
times
,
values
]
=
generate
(
i
*
dt
,
(
i
+
1
)
*
dt
,
generators
,
"
orca
"
,
true
);
auto
[
times
,
values
]
=
generate
(
i
*
dt
,
(
i
+
1
)
*
dt
,
generators
,
"
reference
"
,
true
);
// Sort by time, this ensures there is some spread in PMTs within
// clusters
...
...
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