Skip to content

Commit 0d483e9

Browse files
author
jimun_lee
committed
update of dR
1 parent 980a8c9 commit 0d483e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,7 @@ struct kstarInOO {
17631763
skip = true;
17641764
}
17651765
} // phi(1020)
1766-
else {
1766+
else{
17671767
for (auto& daughter : mcParticle.daughters_as<aod::JetParticles>()) {
17681768
if (std::abs(daughter.pdgCode()) == 321)
17691769
++daughter_kaon;
@@ -1857,7 +1857,7 @@ struct kstarInOO {
18571857
} // INSIDE Jets
18581858
} // pion daughter
18591859
} // K*(892)0
1860-
else {
1860+
else{
18611861
if (std::abs(daughter.pdgCode()) == 321) {
18621862
double dphi_kaon = TVector2::Phi_mpi_pi(bestJetPhi - daughter.phi());
18631863
double deta_kaon = bestJetEta - daughter.eta();

0 commit comments

Comments
 (0)