Import Geant4 11.4.1 source tree
This commit is contained in:
@@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2025-12-23 Vladimir Ivanchenko (hadr-partonstring-mgt-V11-03-00)
|
||||
- G4VSplitableHadron - added G4HadronicException header.
|
||||
|
||||
## 2022-11-11 Alberto Ribon (hadr-partonstring-mgt-V11-00-03)
|
||||
- G4VPartonStringModel : added debugging information on the number of lambdas
|
||||
for residual projectile hypernuclei.
|
||||
|
||||
@@ -37,9 +37,10 @@
|
||||
#include "G4VSplitableHadron.hh"
|
||||
#include "G4Nucleon.hh"
|
||||
#include "G4VKineticNucleon.hh"
|
||||
#include "G4HadronicException.hh"
|
||||
|
||||
G4VSplitableHadron::G4VSplitableHadron()
|
||||
: theDefinition(NULL), TimeOfCreation(0.), theCollisionCount(0), curStatus(0), isSplit(false)
|
||||
: theDefinition(nullptr), TimeOfCreation(0.), theCollisionCount(0), curStatus(0), isSplit(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user