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
9ef6b56f
Commit
9ef6b56f
authored
Apr 23, 2020
by
Jens Kroeger
Browse files
DUTAssociation: shift hNoAssocCls by -1/2 bin
parent
a672150c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/DUTAssociation/DUTAssociation.cpp
View file @
9ef6b56f
...
...
@@ -102,7 +102,7 @@ void DUTAssociation::initialise() {
// Nr of associated clusters per track
title
=
m_detector
->
getName
()
+
": number of associated clusters per track;associated clusters;events"
;
hNoAssocCls
=
new
TH1F
(
"no_assoc_cls"
,
title
.
c_str
(),
10
,
0
,
10
);
hNoAssocCls
=
new
TH1F
(
"no_assoc_cls"
,
title
.
c_str
(),
10
,
-
0.5
,
9.5
);
LOG
(
DEBUG
)
<<
"DUT association time cut = "
<<
Units
::
display
(
timeCut
,
{
"ms"
,
"ns"
});
}
...
...
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