Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -249,7 +249,7 @@ G4VPhysicalVolume* F04DetectorConstruction::ConstructDetector()
char c[4];
sprintf(c,"%d",i);
G4String angle = c;
angle = angle.strip(G4String::both,' ');
G4StrUtil::strip(angle);
angle = "Y" + angle;
g4rot = new G4RotationMatrix();
@@ -41,6 +41,8 @@
#include "G4UnitsTable.hh"
#include "G4UIcommand.hh"
//#define G4ATTDEBUG
#ifdef G4ATTDEBUG
#include "G4AttCheck.hh"
@@ -139,7 +141,7 @@ std::vector<G4AttValue>* F04TrajectoryPoint::CreateAttValues() const
values->push_back(G4AttValue("Momentum",G4BestUnit(fMomentum,"Momentum"),""));
values->push_back(G4AttValue("StepStatus",fStepStatus,""));
values->push_back(G4AttValue("StepStatus",G4UIcommand::ConvertToString(fStepStatus),""));
values->push_back(G4AttValue("VolumeName",fVolumeName,""));