Skip to content

Commit c8c3ee5

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

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ struct kstarInOO {
418418
continue;
419419

420420
auto [KstarPt_Kpi, Minv_Kpi] = minvReconstruction(trk1, trk2, QA);
421-
// auto [KstarPt_piK, Minv_piK] = minvReconstruction(trk2, trk1, false);
422421

423422
double conjugate = trk1.sign() * trk2.sign();
424423
if (cfgMcHistos) {
@@ -436,22 +435,7 @@ struct kstarInOO {
436435
histos.fill(HIST("hMC_LSS_Mix"), centrality, KstarPt_Kpi, Minv_Kpi);
437436
}
438437
}
439-
} // else if (Minv_piK > 0){
440-
// if (!IsMix) {
441-
// if (conjugate < 0) {
442-
// histos.fill(HIST("hMC_USS_pion"), centrality, KstarPt_piK, Minv_piK);
443-
// } else if (conjugate > 0) {
444-
// histos.fill(HIST("hMC_LSS_pion"), centrality, KstarPt_piK, Minv_piK);
445-
// }
446-
// }
447-
// else {
448-
// if (conjugate < 0) {
449-
// histos.fill(HIST("hMC_USS_Mix_pion"), centrality, KstarPt_piK, Minv_piK);
450-
// } else if (conjugate > 0) {
451-
// histos.fill(HIST("hMC_LSS_Mix_pion"), centrality, KstarPt_piK, Minv_piK);
452-
// }
453-
// }
454-
// }
438+
}
455439
}
456440
//======================
457441
// Gen MC
@@ -491,7 +475,6 @@ struct kstarInOO {
491475

492476
if (cfgMcHistos) {
493477
histos.fill(HIST("hMC_USS_True"), centrality, KstarPt_Kpi, Minv_Kpi);
494-
// histos.fill(HIST("hMC_USS_pion_True"), centrality, KstarPt_piK, Minv_piK);
495478
}
496479
//======================
497480
} // for

0 commit comments

Comments
 (0)