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
e9f919a9
Commit
e9f919a9
authored
May 06, 2019
by
Jens Kroeger
Browse files
EventLoaderEUDAQ2: renamed histogram hPixelValues to hPixelRawValues and changed its title
parent
b12540f2
Pipeline
#842756
failed with stages
in 2 minutes and 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.cpp
View file @
e9f919a9
...
...
@@ -36,8 +36,8 @@ void EventLoaderEUDAQ2::initialise() {
title
=
";hit timestamp [ns]; # events"
;
hHitTimes
=
new
TH1F
(
"hitTimes"
,
title
.
c_str
(),
3e6
,
0
,
3e12
);
title
=
"pixel value
s (depending on chip functionality: pixelToT, ADC, ...);pixel values [a.u.];# event
s"
;
hPixelValues
=
new
TH1F
(
"hPixelValues"
,
title
.
c_str
(),
1024
,
0
,
1024
);
title
=
"pixel
raw
values"
;
hPixel
Raw
Values
=
new
TH1F
(
"hPixel
Raw
Values"
,
title
.
c_str
(),
1024
,
0
,
1024
);
title
=
"Pixel multiplicity per frame;# pixels per frame;# frames"
;
hPixelsPerFrame
=
new
TH1F
(
"pixelsPerFrame"
,
title
.
c_str
(),
1000
,
0
,
1000
);
...
...
src/modules/EventLoaderEUDAQ2/EventLoaderEUDAQ2.h
View file @
e9f919a9
...
...
@@ -96,7 +96,7 @@ namespace corryvreckan {
// 1D histograms
TH1F
*
hHitTimes
;
TH1F
*
hPixelValues
;
TH1F
*
hPixel
Raw
Values
;
TH1F
*
hPixelsPerFrame
;
TH1D
*
hEudaqEventStart
;
TH1D
*
hClipboardEventStart
;
...
...
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