Import Geant4 11.3.2 source tree

This commit is contained in:
Gabriele Cosmo
2025-04-28 13:52:33 +02:00
parent df176550b3
commit 20a218bbe1
266 changed files with 8007 additions and 7819 deletions
+12
View File
@@ -6,6 +6,18 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2024-04-23 Alberto Ribon (phys-list-V11-02-04)
- FTFP_BERT_ATL : removed the special FTF tune for ATLAS (introduced in
phys-lists-V11-01-05 to overcome the problem of too optimistic (i.e. narrow)
pion shower energy resolution).
In this way, FTFP_BERT_ATL will use the default FTF parameters, as all other
reference physics lists.
In order to enable the special FTF tune for ATLAS, one can either use the
following C++ call in user code:
G4FTFTunings::Instance()->SetTuneApplicabilityState( 4, 1 );
or the UI command (before run-initialization):
/process/had/models/ftf/selectTuneByIndex 4
## 2024-11-04 Vladimir Ivantchenko (phys-list-V11-02-03)
- G4PhysListFactory - use std::size_t
@@ -65,11 +65,6 @@ FTFP_BERT_ATL::FTFP_BERT_ATL(G4int ver)
defaultCutValue = 0.7*CLHEP::mm;
SetVerboseLevel(ver);
// Use the 4th tunes of Fritiof (FTF) string model, meant to to overcome
// the problem of too optimistic (i.e. narrow) pion shower energy resolutions
// in ATLAS calorimeters with respect to test-beam data.
G4FTFTunings::Instance()->SetTuneApplicabilityState( 4, 1 );
// EM Physics
RegisterPhysics( new G4EmStandardPhysics(ver));