Import Geant4 10.7.2 source tree
This commit is contained in:
@@ -13,6 +13,10 @@ introduced in the code and keeptrack of all tags.
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
17-February-2021 Robert Hatcher (phys-lists-V10-06-03)
|
||||
- Update list of EM extension shorthands known to extensible factory to
|
||||
match old factory
|
||||
|
||||
24-November-2020 Alberto Ribon (phys-lists-V10-06-02)
|
||||
- LBE : added G4ShortLivedConstructor (to avoid crashes, e.g. when rho0
|
||||
is produced by the decay of eta_prime).
|
||||
|
||||
@@ -81,11 +81,16 @@ G4PhysListRegistry* G4PhysListRegistry::Instance()
|
||||
// the GS EM extension originally required double underscores
|
||||
// support either one or two as __GS is confusing to users
|
||||
// same for __SS
|
||||
theInstance->AddPhysicsExtension("GS","G4EmStandardPhysicsGS");
|
||||
theInstance->AddPhysicsExtension("GS" ,"G4EmStandardPhysicsGS");
|
||||
theInstance->AddPhysicsExtension("_GS","G4EmStandardPhysicsGS");
|
||||
theInstance->AddPhysicsExtension("SS","G4EmStandardPhysicsSS");
|
||||
theInstance->AddPhysicsExtension("SS" ,"G4EmStandardPhysicsSS");
|
||||
theInstance->AddPhysicsExtension("_SS","G4EmStandardPhysicsSS");
|
||||
|
||||
theInstance->AddPhysicsExtension("EM0","G4EmStandardPhysics");
|
||||
theInstance->AddPhysicsExtension("WVI","G4EmStandardPhysicsWVI");
|
||||
theInstance->AddPhysicsExtension("LE" ,"G4EmLowEPPhysics");
|
||||
theInstance->AddPhysicsExtension("_LE","G4EmLowEPPhysics");
|
||||
|
||||
return theInstance;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user