We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7372e commit f0a6a36Copy full SHA for f0a6a36
MC/config/examples/ini/tests/GeneratorEPOS4OO536TeV.C
@@ -44,7 +44,7 @@ int External()
44
constexpr int kOxygenPDG = 1000080160; // O-16 ion
45
constexpr double kEnucleon = 5360.; // GeV per nucleon
46
constexpr int kA = 16; // Oxygen mass number
47
- constexpr double kOxygenEnergy = kA * kEnucleon; // 85760 GeV
+ constexpr double kOxygenEnergy = kA * kEnucleon / 2.0; // 85760 / 2 GeV
48
49
// Check if each event has two oxygen ions at expected energy
50
for (int i = 0; i < nEvents; i++)
0 commit comments