We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc64ab commit bb5df6cCopy full SHA for bb5df6c
src/celeritas/g4/EmExtraPhysicsHelper.hh
@@ -10,6 +10,12 @@
10
11
#include "corecel/Config.hh"
12
13
+#include "corecel/math/Quantity.hh"
14
+#include "corecel/math/UnitUtils.hh"
15
+#include "celeritas/Quantities.hh"
16
+#include "celeritas/UnitTypes.hh"
17
+#include "celeritas/phys/AtomicNumber.hh"
18
+
19
class G4GammaNuclearXS;
20
21
namespace celeritas
@@ -56,7 +62,7 @@ inline EmExtraPhysicsHelper::EmExtraPhysicsHelper()
56
62
CELER_NOT_CONFIGURED("Geant4");
57
63
}
58
64
59
-inline EmExtraPhysicsHelper::MmSqXs
65
+inline Quantity<UnitProduct<units::Millimeter, units::Millimeter>, double>
60
66
EmExtraPhysicsHelper::calc_gamma_nuclear_xs(AtomicNumber z,
61
67
MevEnergy energy)() const
68
{
0 commit comments