Import Geant4 11.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2025-12-05 08:54:02 +01:00
parent a499fb82e9
commit b4a16de652
6484 changed files with 232674 additions and 221097 deletions
@@ -25,7 +25,7 @@
//
// G4MagIntegratorStepper inline methods implementation
//
// Author: J.Apostolakis, CERN - 15.01.1997
// Author: John Apostolakis (CERN), 15.01.1997
// --------------------------------------------------------------------
inline
@@ -73,6 +73,18 @@ G4bool G4MagIntegratorStepper::IsFSAL() const
return fIsFSAL;
}
inline
G4bool G4MagIntegratorStepper::isQSS() const
{
return fIsQSS;
}
inline
void G4MagIntegratorStepper::SetIsQSS(G4bool val)
{
fIsQSS = val;
}
inline
void G4MagIntegratorStepper::SetIntegrationOrder(G4int order)
{