Import Geant4 11.2.2 source tree

This commit is contained in:
Gabriele Cosmo
2024-06-21 15:46:33 +02:00
parent dda54bbdcf
commit f7b23877ed
411 changed files with 22817 additions and 21317 deletions
@@ -117,7 +117,7 @@ bool HadrontherapyInteractionParameters::GetStoppingTable(const G4String& vararg
// This will plot
// Info to user
G4String ofName = (filename == "") ? "User terminal": filename;
G4String ofName = (filename == "") ? G4String("User terminal"): filename;
G4cout << "User choice:\n";
G4cout << "Kinetic energy lower limit= "<< G4BestUnit(kinEmin,"Energy") <<
", Kinetic energy upper limit= " << G4BestUnit(kinEmax,"Energy") <<