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
7d7b867e
Commit
7d7b867e
authored
May 14, 2019
by
Jens Kroeger
Browse files
AnalysisEfficiency: changed DEBUG into TRACE message
parent
e8a2b064
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisEfficiency/AnalysisEfficiency.cpp
View file @
7d7b867e
...
...
@@ -331,7 +331,7 @@ void AnalysisEfficiency::finalise() {
// calculate total efficiency: (just to double check the other calculation)
double
eff
=
hChipEfficiencyMap_trackPos
->
GetBinContent
(
icol
,
irow
);
if
(
eff
>
0
)
{
LOG
(
DEBUG
)
<<
"col/row = "
<<
icol
<<
"/"
<<
irow
<<
", binContent = "
<<
eff
;
LOG
(
TRACE
)
<<
"col/row = "
<<
icol
<<
"/"
<<
irow
<<
", binContent = "
<<
eff
;
hPixelEfficiency
->
Fill
(
hChipEfficiencyMap_trackPos
->
GetBinContent
(
icol
,
irow
));
}
}
...
...
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