Skip to content

Commit 8f59022

Browse files
authored
Add files via upload
1 parent f7aef3e commit 8f59022

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGDQ/TableProducer/tableMakerMC_withAssoc.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)