Skip to content

Commit 7f7f1fc

Browse files
author
Sawan Sawan
committed
optimised code
1 parent 2cf5d00 commit 7f7f1fc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

PWGLF/Tasks/Resonances/kstarqa.cxx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,17 +1846,10 @@ struct Kstarqa {
18461846
// if (!(track1PDG == PDG_t::kKPlus && track2PDG == PDG_t::kPiPlus)) {
18471847
// continue;
18481848
// }
1849-
<<<<<<< HEAD
18501849
if (selectionConfig.isPDGCheckMC && (track1PDG != PDG_t::kKPlus) && (track1PDG != PDG_t::kPiPlus)) {
18511850
continue;
18521851
}
18531852
if (selectionConfig.isPDGCheckMC && (track2PDG != PDG_t::kKPlus) && (track2PDG != PDG_t::kPiPlus)) {
1854-
=======
1855-
if (selectionConfig.isPDGCheckMC && ((track1PDG != PDG_t::kKPlus) || (track1PDG != PDG_t::kPiPlus))) {
1856-
continue;
1857-
}
1858-
if (selectionConfig.isPDGCheckMC && ((track2PDG != PDG_t::kKPlus) || (track2PDG != PDG_t::kPiPlus))) {
1859-
>>>>>>> 3eb28648a (added MID in MC)
18601853
continue;
18611854
}
18621855
rEventSelection.fill(HIST("recMCparticles"), 6.5);

0 commit comments

Comments
 (0)