We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec9cc8 commit 2a4f6cfCopy full SHA for 2a4f6cf
PWGLF/Tasks/Strangeness/strangenessInJets.cxx
@@ -1561,7 +1561,7 @@ struct StrangenessInJets {
1561
continue;
1562
if (!motherPos.isPhysicalPrimary())
1563
1564
-
+
1565
// K0s
1566
if (passedK0ShortSelection(v0, pos, neg) && motherPos.pdgCode() == kK0Short) {
1567
registryMC.fill(HIST("K0s_reconstructed_fullevent"), multiplicity, v0.pt());
@@ -1704,7 +1704,7 @@ struct StrangenessInJets {
1704
if (motherPos != motherNeg)
1705
1706
bool isPhysPrim = motherPos.isPhysicalPrimary());
1707
1708
// Compute distance from jet and UE axes
1709
double deltaEtaJet = v0dir.Eta() - selectedJet[i].Eta();
1710
double deltaPhiJet = getDeltaPhi(v0dir.Phi(), selectedJet[i].Phi());
0 commit comments