We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a7b2b commit a808bddCopy full SHA for a808bdd
1 file changed
PWGDQ/Tasks/DalitzSelection.cxx
@@ -589,7 +589,7 @@ struct DalitzSelection {
589
auto filterMapProbe = uint8_t(0);
590
if constexpr (isReassoc) {
591
auto const& fullTrack = track.template track_as<TFullTracks>();
592
- filterMap = fDalitzmap[fullTrack.globalIndex()]; // cppcheck-suppress redundantInitialization
+ filterMap = fDalitzmap[fullTrack.globalIndex()]; // cppcheck-suppress redundantInitialization
593
filterMapProbe = fDalitzmapProbe[fullTrack.globalIndex()]; // cppcheck-suppress redundantInitialization
594
if (fConfigOptions.fRemoveDoubleCounting) {
595
// we remove track selections which were already selected before
0 commit comments