Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cms-tracker-phase2-data-processing
BE_software
Ph2_ACF
Commits
5c1f00a9
Commit
5c1f00a9
authored
Jan 06, 2022
by
Sarah Seif El Nasr
Browse files
Solved normalization bug in tools/RD53ThrEqualization.cc
parent
6086a8c2
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/RD53ThrEqualization.cc
View file @
5c1f00a9
...
...
@@ -354,9 +354,6 @@ void ThrEqualization::bitWiseScanGlobal(const std::string& regName, const float&
// ################
PixelAlive
::
run
();
auto
output
=
PixelAlive
::
analyze
();
output
->
resetNormalizationStatus
();
output
->
normalizeAndAverageContainers
(
fDetectorContainer
,
getChannelGroupHandlerContainer
(),
1
);
// ##############################################
// # Send periodic data to monitor the progress #
// ##############################################
...
...
@@ -571,6 +568,7 @@ void ThrEqualization::bitWiseScanLocal(const std::string& regName, uint32_t nEve
// ###################
cChip
->
getChannel
<
OccupancyAndPh
>
(
row
,
col
).
fOccupancy
=
0
;
}
theOccContainer
.
resetNormalizationStatus
();
}
// ###################
...
...
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