Skip to content

Commit c05477b

Browse files
[PWGCF] FemtoUniverse -- Fix MCTruth for helicity analysis. (#12969)
1 parent 35cb78a commit c05477b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,12 @@ struct FemtoUniverseProducerTask {
898898
outputPartsMC(particleOrigin, pdgCode, mcparticle.pt(), mcparticle.eta(), mcparticle.phi());
899899
fillDebugParticleMC(mcparticle);
900900
outputPartsMCLabels(outputPartsMC.lastIndex());
901+
902+
// Artificial fill of a debug table -- solves conflicts between FDParticles and FDExtParticles tables
903+
outputDebugParts(-111., -111., -111., -111., -111., -111., -111., -111., -111.,
904+
-111., -111., -111., -111., -111., -111., -111., -111.,
905+
-111., -111., -111., -111., -111.,
906+
-111., -111., -111., -111., -111., -111.);
901907
}
902908

903909
template <typename ParticleType>

0 commit comments

Comments
 (0)