Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -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,""));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user