Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
3d876795
Commit
3d876795
authored
Mar 30, 2021
by
Jens Kroeger
Browse files
AnalysisDUT: remove unused histogram
parent
16176f14
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisDUT/AnalysisDUT.cpp
View file @
3d876795
...
...
@@ -73,15 +73,6 @@ void AnalysisDUT::initialize() {
m_detector
->
nPixels
().
Y
(),
-
0.5
,
m_detector
->
nPixels
().
Y
()
-
0.5
);
hHitMapBeforeROI
=
new
TH2F
(
"hitMapROI"
,
"Hit map of pixels from associated clusters before applying the region-of-interest; hit column; hit row"
,
m_detector
->
nPixels
().
X
(),
-
0.5
,
m_detector
->
nPixels
().
X
()
-
0.5
,
m_detector
->
nPixels
().
Y
(),
-
0.5
,
m_detector
->
nPixels
().
Y
()
-
0.5
);
hPixelRawValueAssoc
=
new
TH1F
(
"pixelRawValueAssoc"
,
"Charge distribution of pixels from associated clusters;pixel raw value;#entries"
,
1024
,
...
...
src/modules/AnalysisDUT/AnalysisDUT.h
View file @
3d876795
...
...
@@ -37,7 +37,7 @@ namespace corryvreckan {
std
::
shared_ptr
<
Detector
>
m_detector
;
// Histograms
TH2F
*
hClusterMapAssoc
,
*
hHitMapAssoc
,
*
hHitMapAssocBeforeROI
;
TH2F
*
hClusterMapAssoc
,
*
hHitMapAssoc
;
TProfile2D
*
hClusterSizeMapAssoc
,
*
hClusterChargeMapAssoc
;
TH1F
*
hPixelRawValueAssoc
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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