Skip to content

Commit bae2405

Browse files
Remove unused line
1 parent 0143cc4 commit bae2405

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DPG/Tasks/AOTTrack/qaImpPar.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ 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)"};
342341
trackPDGAxis.nBins = 9;
343342
trackPDGAxis.binEdges[1] = 7.5;
344343
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)