We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7aef3e commit 8f59022Copy full SHA for 8f59022
1 file changed
PWGDQ/TableProducer/tableMakerMC_withAssoc.cxx
@@ -364,9 +364,7 @@ struct TableMakerMC {
364
std::vector<double> binsPtMl;
365
std::array<double, 1> cutValues;
366
std::vector<int> cutDirMl;
367
-
368
std::unordered_set<int> labelsToReserve;
369
370
void init(o2::framework::InitContext &context) {
371
// Check whether barrel or muon are enabled
372
bool isProcessBCenabled = context.mOptions.get<bool>("processPP");
@@ -1003,7 +1001,6 @@ struct TableMakerMC {
1003
1001
if ((labelsToReserve.count(mcCollision.globalIndex()) == 0))
1004
1002
continue;
1005
}
1006
1007
// NOTE: trackBarrelInfo stores the index of the collision as in AO2D (for
1008
// use in some cases where the analysis on skims is done
1009
// in workflows where the original AO2Ds are also present)
0 commit comments