33 #include "RunAction.hh"
34 #include "PhysicsList.hh"
36 #include "PrimaryGeneratorAction.hh"
37 #include "HistoManager.hh"
79 if (
isMaster) G4Random::showEngineStatus();
112 if (width == 0.) width = 1.;
116 for (
G4int i=1; i<= nbOfAbsor; i++) {
122 stepMax =
std::min(stepMax, width*newCsdaRange);
127 G4double newXfrontNorm = xfrontNorm + thickness/csdaRange;
143 if ( analysisManager->
IsActive() ) {
144 analysisManager->
Write();
149 if (
isMaster) G4Random::showEngineStatus();