Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eoin Clerkin
cbmroot_geometry
Commits
e62fdec7
Commit
e62fdec7
authored
Nov 25, 2020
by
Norbert Herrmann
Browse files
fix beamcounter digi duplication
parent
718fe05d
Changes
1
Hide whitespace changes
Inline
Side-by-side
reco/detectors/tof/CbmTofEventClusterizer.cxx
View file @
e62fdec7
...
...
@@ -5418,6 +5418,7 @@ Bool_t CbmTofEventClusterizer::BuildClusters() {
if
(
pDigi
->
GetSide
()
==
1
)
{
bAddBeamCounterSideDigi
=
kFALSE
;
// disable for current data set
LOG
(
info
)
<<
"Start counter digi duplication disabled"
;
break
;
}
fTofDigiVec
.
push_back
(
CbmTofDigi
(
*
pDigi
));
CbmTofDigi
*
pDigiN
=
&
(
fTofDigiVec
.
back
());
...
...
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