Loading doc/usermanual/03_getting_started/01_configuration_files.md +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ roughly follows common-sense (more details can be found in | Temperature | K (kelvin) | - | | Charge | e (elementary charge) | ke (kiloelectrons), <br> fC (femtocoulomb), <br> C (coulomb) | | Voltage | MV (megavolt) | V (volt), <br> kV (kilovolt) | | Magnetic field strength | T (tesla) | mT (millitesla) | | Magnetic field strength | kT (kilotesla) | T (tesla), <br> mT (millitesla) | | Angle | rad (radian) | deg (degree), <br> mrad (milliradian) | | Radiation fluence | Neq (1-MeV neutron-equivalent) | - | Loading src/tools/units.h +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ namespace allpix { Units::add("kV", 1e-3); // MAGNETIC FIELD Units::add("kT", 1); Units::add("T", 1e-3); Units::add("mT", 1e-6); Loading Loading
doc/usermanual/03_getting_started/01_configuration_files.md +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ roughly follows common-sense (more details can be found in | Temperature | K (kelvin) | - | | Charge | e (elementary charge) | ke (kiloelectrons), <br> fC (femtocoulomb), <br> C (coulomb) | | Voltage | MV (megavolt) | V (volt), <br> kV (kilovolt) | | Magnetic field strength | T (tesla) | mT (millitesla) | | Magnetic field strength | kT (kilotesla) | T (tesla), <br> mT (millitesla) | | Angle | rad (radian) | deg (degree), <br> mrad (milliradian) | | Radiation fluence | Neq (1-MeV neutron-equivalent) | - | Loading
src/tools/units.h +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ namespace allpix { Units::add("kV", 1e-3); // MAGNETIC FIELD Units::add("kT", 1); Units::add("T", 1e-3); Units::add("mT", 1e-6); Loading