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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2025-12-23 Vladimir Ivanchenko (hadr-qgsm-V11-03-00)
|
||||
- G4GammaParticipants, G4QGSParticipants, G4QGSMSplitableHadron - added
|
||||
G4HadronicException header.
|
||||
|
||||
## 2023-03-09 Vladimir Ivanchenko (hadr-qgsm-V11-01-01)
|
||||
- G4BaryonSplitter, G4MesonSplitter, G4QGSMSplittableHadron, G4SPBaryon -
|
||||
attempt make code more uniform in order to reduce probability of warnings
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include "G4GammaParticipants.hh"
|
||||
#include "G4LorentzVector.hh"
|
||||
#include "G4V3DNucleus.hh"
|
||||
#include "G4HadronicException.hh"
|
||||
#include <utility>
|
||||
|
||||
// Class G4GammaParticipants
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
#include "G4PionZero.hh"
|
||||
#include "G4KaonPlus.hh"
|
||||
#include "G4KaonMinus.hh"
|
||||
#include "G4HadronicException.hh"
|
||||
|
||||
#include "G4Log.hh"
|
||||
#include "G4Pow.hh"
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
#include "G4ParticleTable.hh"
|
||||
#include "G4IonTable.hh"
|
||||
#include "G4PhysicalConstants.hh"
|
||||
#include "G4HadronicException.hh"
|
||||
|
||||
#include "G4Exp.hh"
|
||||
#include "G4Log.hh"
|
||||
|
||||
Reference in New Issue
Block a user