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
a672150c
Commit
a672150c
authored
Apr 23, 2020
by
Jens Kroeger
Browse files
Correlations: shift correlationTimeInt by -1/2 bin
parent
5f0d4c26
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/Correlations/Correlations.cpp
View file @
a672150c
...
...
@@ -99,7 +99,7 @@ void Correlations::initialise() {
correlationTime_px
=
new
TH1F
(
"correlationTime_px"
,
title
.
c_str
(),
static_cast
<
int
>
(
2.
*
timeCut
),
-
1
*
timeCut
,
timeCut
);
title
=
m_detector
->
getName
()
+
"Reference cluster time stamp - cluster time stamp;t_{ref}-t [1/40MHz];events"
;
correlationTimeInt
=
new
TH1F
(
"correlationTimeInt"
,
title
.
c_str
(),
8000
,
-
40000
,
40000
);
correlationTimeInt
=
new
TH1F
(
"correlationTimeInt"
,
title
.
c_str
(),
8000
,
-
40000
.5
,
39999.5
);
// 2D correlation plots (pixel-by-pixel, local coordinates):
title
=
m_detector
->
getName
()
+
": 2D correlation X (local);x [px];x_{ref} [px];events"
;
...
...
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