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 f5b5fae commit fde5173Copy full SHA for fde5173
1 file changed
PWGLF/Tasks/Nuspex/hadronnucleicorrelation.cxx
@@ -516,19 +516,17 @@ struct HadronNucleiCorrelation {
516
}
517
518
} else if (isQuadraticPID) {
519
- if (!doITSPID || isITSPID) {
520
- if (sign > 0) {
521
- if (track.sign() > 0) {
522
- isProton = true;
523
- } else if (track.sign() < 0) {
524
- isProton = false;
525
- }
526
- } else if (sign < 0) {
527
528
529
530
531
+ if (sign > 0) {
+ if (track.sign() > 0) {
+ isProton = true;
+ } else if (track.sign() < 0) {
+ isProton = false;
+ }
+ } else if (sign < 0) {
532
533
534
0 commit comments