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 61c672a commit 726d76eCopy full SHA for 726d76e
PWGLF/Tasks/Resonances/kstarInOO.cxx
@@ -360,7 +360,7 @@ struct kstarInOO {
360
tofpid = 999;
361
}
362
363
- if (std::sqrt(tpcpid * tpcpid + tofpid * tofpid) < cfgTrackCircleValue) {
+ if (tpcpid * tpcpid + tofpid * tofpid < cfgTrackCircleValue) {
364
tpcPIDPassed = true;
365
tofPIDPassed = true;
366
@@ -416,7 +416,7 @@ struct kstarInOO {
416
417
418
419
420
421
422
0 commit comments