We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d483e9 commit 2f8682cCopy full SHA for 2f8682c
1 file changed
PWGLF/Tasks/Resonances/kstarInOO.cxx
@@ -1762,8 +1762,7 @@ struct kstarInOO {
1762
if (std::abs(daughter.pdgCode()) != 321)
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;
@@ -1856,8 +1855,7 @@ struct kstarInOO {
1856
1855
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