We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3890ba9 commit bea4bc9Copy full SHA for bea4bc9
DPG/Tasks/AOTTrack/qaEfficiency.cxx
@@ -2201,7 +2201,7 @@ struct QaEfficiency {
2201
if (!isTrackSelected<false>(track, HIST("Data/trackSelection"))) {
2202
continue;
2203
}
2204
- if (abs(track.tpcNSigmaDe()) > nsigmaTPCDe) {
+ if (std::abs(track.tpcNSigmaDe()) > nsigmaTPCDe) {
2205
2206
2207
histos.fill(HIST("Data/trackLength"), track.length());
0 commit comments