Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Paul Jean Schutze
Corryvreckan
Commits
ce034ed9
Commit
ce034ed9
authored
Apr 23, 2020
by
Jens Kroeger
Browse files
EventLoaderMupixTelescope: shift int histograms by -1/2 bin
parent
5d8faffd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderMuPixTelescope/EventLoaderMuPixTelescope.cpp
View file @
ce034ed9
...
...
@@ -60,9 +60,9 @@ void EventLoaderMuPixTelescope::initialise() {
return
;
}
else
LOG
(
STATUS
)
<<
"Loaded Reader"
;
hHitMap
=
new
TH2F
(
"hitMap"
,
"hitMap; column; row"
,
50
,
-
.5
,
49.5
,
202
,
-
.5
,
201.5
);
hPixelToT
=
new
TH1F
(
"pixelToT"
,
"pixelToT; ToT in TS2 clock cycles.; "
,
64
,
0
,
64
);
hTimeStamp
=
new
TH1F
(
"pixelTS"
,
"pixelTS; TS in clock cycles; "
,
1024
,
-
.5
,
1023.5
);
hHitMap
=
new
TH2F
(
"hitMap"
,
"hitMap; column; row"
,
50
,
-
0
.5
,
49.5
,
202
,
-
0
.5
,
201.5
);
hPixelToT
=
new
TH1F
(
"pixelToT"
,
"pixelToT; ToT in TS2 clock cycles.; "
,
64
,
-
0.5
,
63.5
);
hTimeStamp
=
new
TH1F
(
"pixelTS"
,
"pixelTS; TS in clock cycles; "
,
1024
,
-
0
.5
,
1023.5
);
}
StatusCode
EventLoaderMuPixTelescope
::
run
(
std
::
shared_ptr
<
Clipboard
>
clipboard
)
{
...
...
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