Import Geant4 11.1.2 source tree
This commit is contained in:
@@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2023-03-17 Alberto Ribon (phys-builders-V11-00-04)
|
||||
- G4HadronicBuilder : fixed bug in the method BuildKaonsFTFQGSP_BERT().
|
||||
Thanks to Dmitri Konstantinov for reporting it.
|
||||
|
||||
## 2022-12-30 Vladimir Ivanchenko (phys-builders-V11-00-03)
|
||||
- Updated table of processes
|
||||
|
||||
|
||||
@@ -244,7 +244,7 @@ void G4HadronicBuilder::BuildKaonsFTFP_BERT() {
|
||||
}
|
||||
|
||||
void G4HadronicBuilder::BuildKaonsFTFQGSP_BERT() {
|
||||
BuildFTFP_BERT(G4HadParticles::GetKaons(), true, "Glauber-Gribov");
|
||||
BuildFTFQGSP_BERT(G4HadParticles::GetKaons(), true, "Glauber-Gribov");
|
||||
}
|
||||
|
||||
void G4HadronicBuilder::BuildKaonsQGSP_FTFP_BERT(G4bool qElastic) {
|
||||
|
||||
Reference in New Issue
Block a user