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
@@ -34,13 +34,18 @@
//
// Adapted from G4Mag_UsualEqRhs.
//
// Created: Josh Xie, Google Summer of Code 2014
// Author: Josh Xie (CERN, Google Summer of Code 2014), June 2014
// Supervisors: Sandro Wenzel, John Apostolakis (CERN)
// --------------------------------------------------------------------
#ifndef G4TMAGFIELD_EQUATION_HH
#define G4TMAGFIELD_EQUATION_HH
#include "G4Mag_UsualEqRhs.hh"
/**
* @brief G4TMagFieldEquation is a templated version of G4MagFieldEquation.
*/
template <class T_Field>
class G4TMagFieldEquation : public G4Mag_UsualEqRhs
{