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
@@ -30,18 +30,26 @@
// A type providing reference counting mechanism for a G4TouchableHistory
// object.
// The basic rule for the use of this type is that this handle must always
// be exchanged by reference never dinamically allocated (i.e. never
// be exchanged by reference and never be dinamically allocated (i.e. never
// instantiated using 'new').
//
// For more details see G4ReferenceCountedHandle.
// Author: Radovan Chytracek (Radovan.Chytracek@cern.ch), March 2001
// Author: Radovan Chytracek (CERN), 22.10.2001
// ----------------------------------------------------------------------
#ifndef G4TOUCHABLEHISTORYHANDLE_HH
#define G4TOUCHABLEHISTORYHANDLE_HH 1
#define G4TOUCHABLEHISTORYHANDLE_HH
#include "G4TouchableHandle.hh"
/**
* @brief G4TouchableHistoryHandle is a type providing reference counting
* mechanism for a G4TouchableHistory object.
* The basic rule for the use of this type is that this handle must always
* be exchanged by reference and never be dinamically allocated (i.e. never
* instantiated using 'new').
*/
using G4TouchableHistoryHandle = G4TouchableHandle;
#endif // G4TOUCHABLEHISTORYHANDLE_HH
#endif