Skip to content

Commit 24df2bd

Browse files
author
jimun_lee
committed
[PWGLF] Fixed and added couple of options about KstarInOO.cxx
1 parent c8c3ee5 commit 24df2bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ struct kstarInOO {
416416
continue;
417417
if (std::fabs(trk1.signed1Pt()) <= 0.f || std::fabs(trk2.signed1Pt()) <= 0.f)
418418
continue;
419-
420419
auto [KstarPt_Kpi, Minv_Kpi] = minvReconstruction(trk1, trk2, QA);
421420

422421
double conjugate = trk1.sign() * trk2.sign();
@@ -439,7 +438,6 @@ struct kstarInOO {
439438
}
440439
//======================
441440
// Gen MC
442-
443441
auto particle1 = trk1.mcParticle();
444442
auto particle2 = trk2.mcParticle();
445443
if (std::fabs(particle1.pdgCode()) != 321)

0 commit comments

Comments
 (0)