Skip to content

Commit 2ae379f

Browse files
committed
Add to Derived date writer
1 parent 9d11adb commit 2ae379f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGJE/TableProducer/derivedDataWriter.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ struct JetDerivedDataWriter {
137137
Produces<aod::StoredHfDstarMcRCollIds> storedDstarMcCollisionsMatchingTable;
138138
Produces<aod::StoredHfDstarPBases> storedDstarParticlesTable;
139139
Produces<aod::StoredJDstarPIds> storedDstarParticleIdsTable;
140+
Produces<aod::StoredHfDstarGenMcs> storedDstarGenMcsTable;
140141
} productsDstar;
141142

142143
struct : ProducesGroup {
@@ -653,6 +654,7 @@ struct JetDerivedDataWriter {
653654
for (const auto& DstarParticle : dstarParticlesPerMcCollision) {
654655
jethfutilities::fillHFCandidateMcTable(DstarParticle, products.productsDstar.storedDstarMcCollisionsTable.lastIndex(), products.productsDstar.storedDstarParticlesTable);
655656
products.productsDstar.storedDstarParticleIdsTable(mcCollisionMapping[mcCollision.globalIndex()], particleMapping[DstarParticle.mcParticleId()]);
657+
products.productsDstar.storedDstarGenMcsTable(DstarParticle.flagMcMatchGenCharm(), DstarParticle.pdgMother());
656658
}
657659
}
658660
}

0 commit comments

Comments
 (0)