Skip to content

Commit de55559

Browse files
committed
Fixing clang
1 parent 1cde4a7 commit de55559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DPG/Tasks/AOTTrack/PID/HMPID/hmpidQaPbPb.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ void getProbability(float hmpidSignal, float hmpidMomentum, double* probs)
109109
if (hmpidSignal <= 0) {
110110
// HMPID does not find anything reasonable for this track, assign 0.33 for all species
111111
for (int iPart = 0; iPart < nSpecies; iPart++)
112-
probs[iPart] = 1.0/nSpecies;
112+
probs[iPart] = 1.0 / nSpecies;
113113
return;
114114
}
115115

0 commit comments

Comments
 (0)