File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -364,9 +364,7 @@ struct TableMakerMC {
364364 std::vector<double > binsPtMl;
365365 std::array<double , 1 > cutValues;
366366 std::vector<int > cutDirMl;
367-
368367 std::unordered_set<int > labelsToReserve;
369-
370368 void init (o2::framework::InitContext &context) {
371369 // Check whether barrel or muon are enabled
372370 bool isProcessBCenabled = context.mOptions .get <bool >(" processPP" );
@@ -1003,7 +1001,6 @@ struct TableMakerMC {
10031001 if ((labelsToReserve.count (mcCollision.globalIndex ()) == 0 ))
10041002 continue ;
10051003 }
1006-
10071004 // NOTE: trackBarrelInfo stores the index of the collision as in AO2D (for
10081005 // use in some cases where the analysis on skims is done
10091006 // in workflows where the original AO2Ds are also present)
You can’t perform that action at this time.
0 commit comments