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
05b695e1
Commit
05b695e1
authored
Apr 14, 2021
by
Jens Kroeger
Browse files
AnalysisDUT: fix label of clusterSizeNormalized
parent
dec0d4eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisDUT/AnalysisDUT.cpp
View file @
05b695e1
...
...
@@ -137,11 +137,12 @@ void AnalysisDUT::initialize() {
10000
);
clusterSizeAssoc
=
new
TH1F
(
"clusterSizeAssociated"
,
"Size distribution of associated clusters;cluster size; # entries"
,
30
,
-
0.5
,
29.5
);
clusterSizeAssocNorm
=
new
TH1F
(
"clusterSizeAssociatedNormalized"
,
"Normalized size distribution of associated clusters;cluster size normalized;#entries"
,
30
,
0
,
30
);
clusterSizeAssocNorm
=
new
TH1F
(
"clusterSizeAssociatedNormalized"
,
"Normalized size distribution of associated clusters;cluster size;# entries (normalized)"
,
30
,
0
,
30
);
clusterWidthRowAssoc
=
new
TH1F
(
"clusterWidthRowAssociated"
,
"Height distribution of associated clusters (rows);cluster size row; # entries"
,
30
,
...
...
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