30 #include "B1RunAction.hh"
31 #include "B1PrimaryGeneratorAction.hh"
32 #include "B1DetectorConstruction.hh"
84 if (nofEvents == 0)
return;
86 const B1Run* b1Run =
static_cast<const B1Run*
>(run);
92 G4double rms = edep2 - edep*edep/nofEvents;
93 if (rms > 0.) rms = std::sqrt(rms);
else rms = 0.;
113 runCondition +=
" of ";
115 runCondition +=
G4BestUnit(particleEnergy,
"Energy");
122 <<
"\n--------------------End of Global Run-----------------------";
126 <<
"\n--------------------End of Local Run------------------------";
130 <<
"\n The run consists of " << nofEvents <<
" "<< runCondition
131 <<
"\n Dose in scoring volume : "
133 <<
"\n------------------------------------------------------------\n"