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 c43607d commit 2cdb77cCopy full SHA for 2cdb77c
src/celeritas/g4/EmExtraPhysicsHelper.hh
@@ -46,12 +46,22 @@ class EmExtraPhysicsHelper
46
std::shared_ptr<G4GammaNuclearXS> gn_xs_;
47
};
48
49
+//---------------------------------------------------------------------------//
50
+// INLINE DEFINITIONS
51
52
+
53
#if !CELERITAS_USE_GEANT4
54
inline EmExtraPhysicsHelper::EmExtraPhysicsHelper()
55
{
56
CELER_NOT_CONFIGURED("Geant4");
57
}
58
59
+inline MmSqXs
60
+EmExtraPhysicsHelper::calc_gamma_nuclear_xs(AtomicNumber z, MevEnergy energy)()
61
+{
62
+ CELER_ASSERT_UNREACHABLE();
63
+}
64
65
#endif
66
67
//---------------------------------------------------------------------------//
0 commit comments