Skip to content

Commit 5652ccc

Browse files
authored
Merge pull request #17 from alibuild/alibot-cleanup-9328
[PWGCF] Please consider the following formatting changes to AliceO2Group#9328
2 parents 2836e30 + d4431d1 commit 5652ccc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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());

0 commit comments

Comments
 (0)