Skip to content

Commit b2c43d4

Browse files
committed
format issue
1 parent 447618f commit b2c43d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGUD/Tasks/upcPhotonuclearAnalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ struct upcPhotonuclearAnalysis {
162162
}
163163
}
164164
histos.fill(HIST("Events/SGsideA/hNch"), nTracksCharged);
165-
histos.fill(HIST("Events/SGsideA/hPtVSNch"), nTracksCharged, (sumPt / nTracksCharged) );
165+
histos.fill(HIST("Events/SGsideA/hPtVSNch"), nTracksCharged, (sumPt / nTracksCharged));
166166
nTracksCharged = sumPt = 0;
167167
break;
168168
case 1: // for side C

0 commit comments

Comments
 (0)