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 5756773 commit 757752cCopy full SHA for 757752c
PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx
@@ -246,8 +246,8 @@ struct chargedkstaranalysis {
246
// TPC PID (before cuts)
247
histos1.fill(HIST("QAbefore/tpcNsigmaPionQA"), trackptPi, trkNSigmaPiTPC);
248
if (istrkhasTOF) {
249
- histos1.fill(HIST("QA/before/trkpionTOFPID"), trackptPi, trkNSigmaPiTOF);
250
- histos1.fill(HIST("QA/before/trkpionTPCTOFPID"), trkNSigmaPiTPC, trkNSigmaPiTOF);
+ histos1.fill(HIST("QAbefore/trkpionTOFPID"), trackptPi, trkNSigmaPiTOF);
+ histos1.fill(HIST("QAbefore/trkpionTPCTOFPID"), trkNSigmaPiTPC, trkNSigmaPiTOF);
251
}
252
// DCA QA (before cuts)
253
histos1.fill(HIST("QAbefore/DCAxy_pi"), track.dcaXY());
0 commit comments