Skip to content

Commit 40a60a3

Browse files
committed
Please consider the following formatting changes
1 parent 41fe0be commit 40a60a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)