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 2aa9af6 commit 39e2dbbCopy full SHA for 39e2dbb
PWGCF/TwoParticleCorrelations/Tasks/diHadronCor.cxx
@@ -480,7 +480,7 @@ struct DiHadronCor {
480
continue; // Without pt-differential correlations, skip if the trigger pt is less than the associate pt
481
if (cfgUsePtOrder && system == MixedEvent && cfgUsePtOrderInMixEvent && track1.pt() <= track2.pt())
482
continue; // For pt-differential correlations in mixed events, skip if the trigger pt is less than the associate pt
483
-
+
484
float deltaPhi = RecoDecay::constrainAngle(track1.phi() - track2.phi(), -PIHalf);
485
float deltaEta = track1.eta() - track2.eta();
486
0 commit comments