We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980a8c9 commit 0d483e9Copy full SHA for 0d483e9
1 file changed
PWGLF/Tasks/Resonances/kstarInOO.cxx
@@ -1763,7 +1763,7 @@ struct kstarInOO {
1763
skip = true;
1764
}
1765
} // phi(1020)
1766
- else {
+ else{
1767
for (auto& daughter : mcParticle.daughters_as<aod::JetParticles>()) {
1768
if (std::abs(daughter.pdgCode()) == 321)
1769
++daughter_kaon;
@@ -1857,7 +1857,7 @@ struct kstarInOO {
1857
} // INSIDE Jets
1858
} // pion daughter
1859
} // K*(892)0
1860
1861
if (std::abs(daughter.pdgCode()) == 321) {
1862
double dphi_kaon = TVector2::Phi_mpi_pi(bestJetPhi - daughter.phi());
1863
double deta_kaon = bestJetEta - daughter.eta();
0 commit comments