Skip to content

Commit 42e0392

Browse files
committed
Update hStrangeCorrelation.cxx
1 parent 46b7e00 commit 42e0392

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3888,7 +3888,11 @@ struct HStrangeCorrelation {
38883888
.globalIndex = static_cast<int64_t>(mcParticle.globalIndex()),
38893889
.pt = mcParticle.pt(),
38903890
.eta = mcParticle.eta(),
3891-
.phi = mcParticle.phi()};
3891+
.phi = mcParticle.phi(),
3892+
.decayRadius = -1.0f,
3893+
.findable = false,
3894+
.positiveDaughter = {},
3895+
.negativeDaughter = {}};
38923896
const auto daughters = mcParticle.daughters_as<aod::McParticles>();
38933897
for (auto const& daughter : daughters) {
38943898
PairLossTruthTrackInfo daughterInfo{

0 commit comments

Comments
 (0)