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
c13b0f2e
Commit
c13b0f2e
authored
Aug 23, 2019
by
Simon Spannagel
Browse files
EventLoaderEUDAQ2: fix things I broke during solving merge request
parent
9b667a95
Pipeline
#1055420
passed with stages
in 15 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.h
View file @
c13b0f2e
...
...
@@ -14,6 +14,8 @@
#include <TCanvas.h>
#include <TH1F.h>
#include <TH2F.h>
#include <TProfile.h>
#include <iostream>
#include "core/module/Module.hpp"
...
...
@@ -143,6 +145,8 @@ namespace corryvreckan {
std
::
map
<
size_t
,
TH1D
*>
hPixelTriggerTimeResidual
;
TH2D
*
hPixelTriggerTimeResidualOverTime
;
TH1D
*
hTriggersPerEvent
;
std
::
map
<
std
::
string
,
TProfile
*>
hTagValues
;
};
}
// namespace corryvreckan
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