Skip to content

Commit 7f67b50

Browse files
[PWGLF] PWGLF::To add the histogram for trkpionTPCTOFPID (#10216)
Co-authored-by: Navneet <navneet.kumar@cern.ch>
1 parent 729f4f0 commit 7f67b50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ struct chargedkstaranalysis {
167167
histos1.add("QAbefore/chargedkstarpmRapidity",
168168
"Reconstructed K*^{#pm} rapidity", kTH1F, {etaAxis});
169169
histos1.add("QAbefore/trkpionTOFPID", "TOF PID of bachelor pion candidates", HistType::kTH2D, {ptAxisQA, pidQAAxis});
170+
histos1.add("QAbefore/trkpionTPCTOFPID", "TPC-TOF PID map of bachelor pion candidates", HistType::kTH2D, {pidQAAxis, pidQAAxis});
170171

171172
histos1.add("QAbefore/DCAxy_pi",
172173
"DCAxy distribution of pion track candidates", HistType::kTH1F,

0 commit comments

Comments
 (0)