SoLAr-Neutrinos / SOLAr-sim

SoLAr project simulation framework
MIT License
0 stars 0 forks source link

Print generator volume mass in SI units #43

Closed dguff closed 5 months ago

dguff commented 5 months ago

The printout of the generator's configuration in the output includes the mass of generation volume (when using bulk vertex generator), but the mass is not among Geant4 base units. The user has to divide the number given by G4 by (joule s s) / (m* m) to get a value expressed in kg, which is quite impractical.

dguff commented 5 months ago

Done in 537dd99