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
@@ -23,16 +23,19 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// TrackingManagerHelper
//
// Class description:
//
// Helper class for reducing the effort required to implement a custom tracking
// manager. It implements a stepping loop that calls user actions as the generic
// tracking and stepping managers do, and it implements navigation for charged
// particles in energy-preserving fields and for neutral particles.
//
// Original author: Jonas Hahnfeld, 2021
/// \file TrackingManagerHelper.hh
/// \brief Definition of the TrackingManagerHelper class
/// \class TrackingManagerHelper
///
/// Class description:
///
/// Helper class for reducing the effort required to implement a custom tracking
/// manager. It implements a stepping loop that calls user actions as the generic
/// tracking and stepping managers do, and it implements navigation for charged
/// particles in energy-preserving fields and for neutral particles.
///
/// Original author: Jonas Hahnfeld, 2021
#ifndef TrackingManagerHelper_hh
#define TrackingManagerHelper_hh 1