There was an error while loading. Please reload this page.
1 parent f5f2e0e commit d2a693fCopy full SHA for d2a693f
1 file changed
ALICE3/TableProducer/alice3DqTableMaker.cxx
@@ -360,7 +360,7 @@ struct Alice3DqTableMaker {
360
fLabelsMapReversed.clear();
361
fMCFlags.clear();
362
363
- auto mcflags = static_cast<uint16_t>(0); // flags which will hold the decisions for each MC signal
+ uint16_t mcflags{0}; // flags which will hold the decisions for each MC signal
364
int trackCounter = 0;
365
366
for (const auto& mctrack : mcTracks) {
@@ -479,6 +479,9 @@ struct Alice3DqTableMaker {
479
continue;
480
}
481
482
+ trackFilteringTag = static_cast<uint64_t>(0);
483
+ trackTempFilterMap = static_cast<uint32_t>(0);
484
+
485
// Compute track quantities and fill histograms
486
VarManager::FillTrackAlice3<GkTrackFillMapWithCov>(track);
487
0 commit comments