Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -422,7 +422,7 @@ void XrayFluoAnalysisManager::analyseStepping(const G4Step* aStep)
G4String particleType="";
G4String parentProcess="";
G4ThreeVector momentum=0;
G4ThreeVector momentum(0.,0.,0.);
G4double particleEnergy=0;
G4String sampleMaterial="";
G4double particleDepth=0;