Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
5f71c04a
Commit
5f71c04a
authored
Mar 19, 2020
by
Jens Kroeger
Browse files
AnalysisDUT: correct filling of 2D histogram: column/column -> column/row
parent
c091264a
Pipeline
#1496902
failed with stages
in 6 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisDUT/AnalysisDUT.cpp
View file @
5f71c04a
...
...
@@ -428,7 +428,7 @@ StatusCode AnalysisDUT::run(std::shared_ptr<Clipboard> clipboard) {
// clusterChargeAssoc->Fill(normalized_charge);
clusterChargeAssoc
->
Fill
(
cluster_charge
);
hClusterChargeMapAssoc
->
Fill
(
assoc_cluster
->
column
(),
assoc_cluster
->
column
(),
cluster_charge
);
hClusterChargeMapAssoc
->
Fill
(
assoc_cluster
->
column
(),
assoc_cluster
->
row
(),
cluster_charge
);
// Fill per-pixel histograms
for
(
auto
&
pixel
:
assoc_cluster
->
pixels
())
{
...
...
Jens Kroeger
@jekroege
mentioned in merge request
!275 (merged)
·
Apr 03, 2020
mentioned in merge request
!275 (merged)
mentioned in merge request !275
Toggle commit list
Jens Kroeger
@jekroege
mentioned in commit
dec4db60
·
Jun 18, 2020
mentioned in commit
dec4db60
mentioned in commit dec4db60729c0d9e84fdd15efd0d44073a23e634
Toggle commit list
Write
Preview
Markdown
is supported
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