Skip to content

Commit 991ff71

Browse files
author
Isabel Kantak
committed
Add spaces between brackets due to formatting
1 parent 41fe0be commit 991ff71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ struct Pi0EtaToGammaGamma {
891891
continue;
892892
}
893893

894-
float alpha_meson = std::fabs(g1.e() - g2.e())/(g1.e() + g2.e());
894+
float alpha_meson = std::fabs(g1.e() - g2.e()) / (g1.e() + g2.e());
895895
float alpha_cut = 999.f;
896896
switch (cfgAlphaMesonCut) {
897897
case AlphaMesonCutOption::Off:

PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ struct Pi0EtaToGammaGammaMC {
683683
continue;
684684
}
685685

686-
float alpha_meson = std::fabs(g1.e() - g2.e())/(g1.e() + g2.e());
686+
float alpha_meson = std::fabs(g1.e() - g2.e()) / (g1.e() + g2.e());
687687
float alpha_cut = 999.f;
688688
switch (cfgAlphaMesonCut) {
689689
case AlphaMesonCutOption::Off:

0 commit comments

Comments
 (0)