File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments