Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
e5734e4f
Commit
e5734e4f
authored
May 06, 2019
by
Jens Kroeger
Browse files
EventloaderEUDAQ2: fixed name of hPixelRawValues where it's filled
parent
ac65a353
Pipeline
#842784
failed with stages
in 2 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp
View file @
e5734e4f
...
...
@@ -208,7 +208,7 @@ void EventLoaderEUDAQ2::store_data(std::shared_ptr<Clipboard> clipboard, std::sh
hitmap
->
Fill
(
col
,
row
);
hHitTimes
->
Fill
(
ts
);
hPixelValues
->
Fill
(
value
);
hPixel
Raw
Values
->
Fill
(
value
);
pixels
->
push_back
(
pixel
);
}
hPixelsPerEvent
->
Fill
(
static_cast
<
int
>
(
pixels
->
size
()));
...
...
Write
Preview
Supports
Markdown
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