Skip to content

Commit 0143cc4

Browse files
Add nuclei
1 parent c77a889 commit 0143cc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DPG/Tasks/AOTTrack/qaImpPar.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ struct QaImpactPar {
338338
const AxisSpec trackNSigmaTOFProtonAxis{20, -10.f, 10.f, "Number of #sigma TOF proton"};
339339
AxisSpec trackPDGAxis{5, -1.5f, 3.5f, "species (-1: not matched, 0: unknown, 1: pi, 2: K, 3: p)"};
340340
if (fEnableNuclei) {
341+
// AxisSpec trackPDGAxis{9, -1.5f, 7.5f, "species (-1: not matched, 0: unknown, 1: pi, 2: K, 3: p, 4: d, 5: t, 6: he3, 7: alpha)"};
341342
trackPDGAxis.nBins = 9;
342343
trackPDGAxis.binEdges[1] = 7.5;
343344
trackPDGAxis.title = "species (-1: not matched, 0: unknown, 1: pi, 2: K, 3: p, 4: d, 5: t, 6: he3, 7: alpha)";

0 commit comments

Comments
 (0)