We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e129635 commit 795a599Copy full SHA for 795a599
PWGLF/Tasks/Resonances/kstarqa.cxx
@@ -2224,7 +2224,7 @@ struct Kstarqa {
2224
<<<<<<< HEAD
2225
if (cQAplots && (mctrack2.pdgCode() == -PDG_t::kKMinus)) { // negative track kaon
2226
=======
2227
- if (cQAplots && (mctrack2.pdgCode() == PDG_t::kKMinus)) { // negative track kaon
+ if (cQAplots && (mctrack2.pdgCode() == PDG_t::kKMinus)) { // negative track kaon
2228
>>>>>>> 01faa1bf6 (added hasTOF condition)
2229
hPID.fill(HIST("Before/h1PID_TPC_neg_kaon"), track2.tpcNSigmaKa());
2230
hPID.fill(HIST("Before/h1PID_TOF_neg_kaon"), track2.tofNSigmaKa());
0 commit comments