Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PWGLF/Tasks/Strangeness/strangenessInJets.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ struct StrangenessInJets {
continue;
if (!motherPos.isPhysicalPrimary())
continue;

// K0s
if (passedK0ShortSelection(v0, pos, neg) && motherPos.pdgCode() == kK0Short) {
registryMC.fill(HIST("K0s_reconstructed_fullevent"), multiplicity, v0.pt());
Expand Down Expand Up @@ -1704,7 +1704,7 @@ struct StrangenessInJets {
if (motherPos != motherNeg)
continue;
bool isPhysPrim = motherPos.isPhysicalPrimary());

// Compute distance from jet and UE axes
double deltaEtaJet = v0dir.Eta() - selectedJet[i].Eta();
double deltaPhiJet = getDeltaPhi(v0dir.Phi(), selectedJet[i].Phi());
Expand Down
Loading