Skip to content

Commit 757752c

Browse files
[PWGLF] To solve the empty histogram error (#10181)
Co-authored-by: Navneet <navneet.kumar@cern.ch>
1 parent 5756773 commit 757752c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ struct chargedkstaranalysis {
246246
// TPC PID (before cuts)
247247
histos1.fill(HIST("QAbefore/tpcNsigmaPionQA"), trackptPi, trkNSigmaPiTPC);
248248
if (istrkhasTOF) {
249-
histos1.fill(HIST("QA/before/trkpionTOFPID"), trackptPi, trkNSigmaPiTOF);
250-
histos1.fill(HIST("QA/before/trkpionTPCTOFPID"), trkNSigmaPiTPC, trkNSigmaPiTOF);
249+
histos1.fill(HIST("QAbefore/trkpionTOFPID"), trackptPi, trkNSigmaPiTOF);
250+
histos1.fill(HIST("QAbefore/trkpionTPCTOFPID"), trkNSigmaPiTPC, trkNSigmaPiTOF);
251251
}
252252
// DCA QA (before cuts)
253253
histos1.fill(HIST("QAbefore/DCAxy_pi"), track.dcaXY());

0 commit comments

Comments
 (0)