Skip to content

Commit e34dce5

Browse files
authored
Update spectraTOF.cxx
1 parent 7c9cba3 commit e34dce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/spectraTOF.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ struct tofSpectra {
12061206
return false;
12071207
}
12081208
}
1209-
return (std::abs(track.dcaXY()) <= (maxDcaXYFactor.value * (0.0105f + 0.0350f / pow(track.pt(), 1.1f))));
1209+
return (std::abs(track.dcaXY()) <= (maxDcaXYFactor.value * (0.0105f + 0.0350f / std::pow(track.pt(), 1.1f))));
12101210
}
12111211
return track.isGlobalTrack();
12121212
}

0 commit comments

Comments
 (0)