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
@@ -32,13 +32,20 @@
// volume, solid and region stores.
// See G4VNotifier for the details.
// 01.09.04, G.Cosmo - Initial version
// Author: Gabriele Cosmo (CERN), 01.09.2004
// --------------------------------------------------------------------
#ifndef G4VSTORENOTIFIER_HH
#define G4VSTORENOTIFIER_HH
#include "G4VNotifier.hh"
/**
* @brief G4VStoreNotifier is a simple abstract class allowing for
* the implementation of user notifiers to be activated at the registration
* or deregistration of objects in the volume, solid and region stores.
* See G4VNotifier for the details.
*/
using G4VStoreNotifier = G4VNotifier;
#endif