File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
PWGCF/MultiparticleCorrelations/Tasks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ struct ThreeParticleCorrelations {
300300 }
301301
302302 assocPID = trackPID (associate);
303- deltaPhi = RecoDecay::constrainAngle (trigger.phi () - associate.phi (), -constants::math::PIHalf);
303+ deltaPhi = RecoDecay::constrainAngle (trigger.phi () - associate.phi (), -constants::math::PIHalf);
304304 deltaEta = trigger.eta () - associate.eta ();
305305
306306 if (candMass >= massLambda - 4 * dGaussSigma && candMass <= massLambda + 4 * dGaussSigma) {
@@ -390,7 +390,7 @@ struct ThreeParticleCorrelations {
390390 // Purity (PID)
391391 assocPID = trackPID (track);
392392
393- if (track.sign () > 0 ) { // Positive tracks
393+ if (track.sign () > 0 ) { // Positive tracks
394394 if (assocPID[0 ] == 0.0 ) { // Pions
395395 rMCRegistry.fill (HIST (" hSelectPionP" ), track.pt ());
396396 if (particle.pdgCode () == kPiPlus ) {
@@ -408,7 +408,7 @@ struct ThreeParticleCorrelations {
408408 }
409409 }
410410 } else if (track.sign () < 0 ) { // Negative tracks
411- if (assocPID[0 ] == 0.0 ) { // Pions
411+ if (assocPID[0 ] == 0.0 ) { // Pions
412412 rMCRegistry.fill (HIST (" hSelectPionN" ), track.pt ());
413413 if (particle.pdgCode () == kPiMinus ) {
414414 rMCRegistry.fill (HIST (" hTrueSelectPionN" ), track.pt ());
You can’t perform that action at this time.
0 commit comments