Import Geant4 11.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2023-12-08 10:43:34 +01:00
parent dd1f179cda
commit 860a2b92bf
3962 changed files with 139318 additions and 164259 deletions
@@ -30,7 +30,7 @@
// Abstract class from which the user can derive a concrete class
// for tuning user's information associated with a G4PrimaryParticle
// class object.
// It is user's responsibility to construct a concrete class object
// It is user's responsibility to construct a concrete class object
// and set the pointer to the proper G4PrimaryParticle object.
// The concrete class object is deleted by Geant4 kernel when
// associated G4PrimaryParticle object is deleted.
@@ -43,7 +43,6 @@
class G4VUserPrimaryParticleInformation
{
public:
G4VUserPrimaryParticleInformation() = default;
virtual ~G4VUserPrimaryParticleInformation() = default;