We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41fe0be commit 991ff71Copy full SHA for 991ff71
PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h
@@ -891,7 +891,7 @@ struct Pi0EtaToGammaGamma {
891
continue;
892
}
893
894
- float alpha_meson = std::fabs(g1.e() - g2.e())/(g1.e() + g2.e());
+ float alpha_meson = std::fabs(g1.e() - g2.e()) / (g1.e() + g2.e());
895
float alpha_cut = 999.f;
896
switch (cfgAlphaMesonCut) {
897
case AlphaMesonCutOption::Off:
PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h
@@ -683,7 +683,7 @@ struct Pi0EtaToGammaGammaMC {
683
684
685
686
687
688
689
0 commit comments