Skip to content

Commit 0a98dd5

Browse files
authored
Merge pull request #7 from alibuild/alibot-cleanup-8761
[PWGUD] Please consider the following formatting changes to AliceO2Group#8761
2 parents 4c0ddc5 + e873ba9 commit 0a98dd5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

PWGUD/Tasks/fwdMuonsUPC.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -699,14 +699,14 @@ struct fwdMuonsUPC {
699699
// store the event to save it into a tree
700700
if (McPart1.pdgCode() < 0) {
701701
dimuGen(p.M(), p.Pt(), p.Rapidity(), p.Phi(),
702-
phiAverage, phiCharge,
703-
p1.Pt(), p1.PseudoRapidity(), p1.Phi(),
704-
p2.Pt(), p2.PseudoRapidity(), p2.Phi());
702+
phiAverage, phiCharge,
703+
p1.Pt(), p1.PseudoRapidity(), p1.Phi(),
704+
p2.Pt(), p2.PseudoRapidity(), p2.Phi());
705705
} else {
706706
dimuGen(p.M(), p.Pt(), p.Rapidity(), p.Phi(),
707-
phiAverage, phiCharge,
708-
p2.Pt(), p2.PseudoRapidity(), p2.Phi(),
709-
p1.Pt(), p1.PseudoRapidity(), p1.Phi());
707+
phiAverage, phiCharge,
708+
p2.Pt(), p2.PseudoRapidity(), p2.Phi(),
709+
p1.Pt(), p1.PseudoRapidity(), p1.Phi());
710710
}
711711
}
712712

0 commit comments

Comments
 (0)