ATLAS Offline Software
Namespaces | Variables
SystemOfUnits.py File Reference

Go to the source code of this file.

Namespaces

 python.SystemOfUnits
 

Variables

int python.SystemOfUnits.millimeter = 1.
 
int python.SystemOfUnits.millimeter2 = millimeter*millimeter
 
int python.SystemOfUnits.millimeter3 = millimeter*millimeter*millimeter
 
int python.SystemOfUnits.centimeter = 10.*millimeter
 
int python.SystemOfUnits.centimeter2 = centimeter*centimeter
 
int python.SystemOfUnits.centimeter3 = centimeter*centimeter*centimeter
 
int python.SystemOfUnits.meter = 1000.*millimeter
 
int python.SystemOfUnits.meter2 = meter*meter
 
int python.SystemOfUnits.meter3 = meter*meter*meter
 
int python.SystemOfUnits.kilometer = 1000.*meter
 
int python.SystemOfUnits.kilometer2 = kilometer*kilometer
 
int python.SystemOfUnits.kilometer3 = kilometer*kilometer*kilometer
 
float python.SystemOfUnits.parsec = 3.0856775807e+16*meter
 
int python.SystemOfUnits.micrometer = 1.e-6 *meter
 
int python.SystemOfUnits.nanometer = 1.e-9 *meter
 
int python.SystemOfUnits.angstrom = 1.e-10*meter
 
int python.SystemOfUnits.fermi = 1.e-15*meter
 
int python.SystemOfUnits.barn = 1.e-28*meter2
 
int python.SystemOfUnits.millibarn = 1.e-3 *barn
 
int python.SystemOfUnits.microbarn = 1.e-6 *barn
 
int python.SystemOfUnits.nanobarn = 1.e-9 *barn
 
int python.SystemOfUnits.picobarn = 1.e-12*barn
 
int python.SystemOfUnits.mm = millimeter
 
int python.SystemOfUnits.mm2 = millimeter2
 
int python.SystemOfUnits.mm3 = millimeter3
 
int python.SystemOfUnits.cm = centimeter
 
int python.SystemOfUnits.cm2 = centimeter2
 
int python.SystemOfUnits.cm3 = centimeter3
 
int python.SystemOfUnits.m = meter
 
int python.SystemOfUnits.m2 = meter2
 
int python.SystemOfUnits.m3 = meter3
 
int python.SystemOfUnits.km = kilometer
 
int python.SystemOfUnits.km2 = kilometer2
 
int python.SystemOfUnits.km3 = kilometer3
 
float python.SystemOfUnits.pc = parsec
 
int python.SystemOfUnits.radian = 1.
 
int python.SystemOfUnits.milliradian = 1.e-3*radian
 
tuple python.SystemOfUnits.degree = (3.14159265358979323846/180.0)*radian
 
int python.SystemOfUnits.steradian = 1.
 
int python.SystemOfUnits.rad = radian
 
int python.SystemOfUnits.mrad = milliradian
 
int python.SystemOfUnits.sr = steradian
 
tuple python.SystemOfUnits.deg = degree
 
int python.SystemOfUnits.nanosecond = 1.
 
int python.SystemOfUnits.second = 1.e+9 *nanosecond
 
int python.SystemOfUnits.millisecond = 1.e-3 *second
 
int python.SystemOfUnits.microsecond = 1.e-6 *second
 
int python.SystemOfUnits.picosecond = 1.e-12*second
 
int python.SystemOfUnits.hertz = 1./second
 
int python.SystemOfUnits.kilohertz = 1.e+3*hertz
 
int python.SystemOfUnits.megahertz = 1.e+6*hertz
 
int python.SystemOfUnits.ns = nanosecond
 
int python.SystemOfUnits.s = second
 
int python.SystemOfUnits.ms = millisecond
 
int python.SystemOfUnits.eplus = 1.
 
float python.SystemOfUnits.e_SI = 1.60217733e-19
 
int python.SystemOfUnits.coulomb = eplus/e_SI
 
int python.SystemOfUnits.megaelectronvolt = 1.
 
int python.SystemOfUnits.electronvolt = 1.e-6*megaelectronvolt
 
int python.SystemOfUnits.kiloelectronvolt = 1.e-3*megaelectronvolt
 
int python.SystemOfUnits.gigaelectronvolt = 1.e+3*megaelectronvolt
 
int python.SystemOfUnits.teraelectronvolt = 1.e+6*megaelectronvolt
 
int python.SystemOfUnits.petaelectronvolt = 1.e+9*megaelectronvolt
 
int python.SystemOfUnits.joule = electronvolt/e_SI
 
int python.SystemOfUnits.MeV = megaelectronvolt
 
int python.SystemOfUnits.eV = electronvolt
 
int python.SystemOfUnits.keV = kiloelectronvolt
 
int python.SystemOfUnits.GeV = gigaelectronvolt
 
int python.SystemOfUnits.TeV = teraelectronvolt
 
int python.SystemOfUnits.PeV = petaelectronvolt
 
int python.SystemOfUnits.kilogram = joule*second*second/(meter*meter)
 
int python.SystemOfUnits.gram = 1.e-3*kilogram
 
int python.SystemOfUnits.milligram = 1.e-3*gram
 
int python.SystemOfUnits.kg = kilogram
 
int python.SystemOfUnits.g = gram
 
int python.SystemOfUnits.mg = milligram
 
int python.SystemOfUnits.watt = joule/second
 
int python.SystemOfUnits.newton = joule/meter
 
int python.SystemOfUnits.hep_pascal = newton/m2
 
int python.SystemOfUnits.pascal = hep_pascal
 
int python.SystemOfUnits.bar = 100000*pascal
 
int python.SystemOfUnits.atmosphere = 101325*pascal
 
int python.SystemOfUnits.ampere = coulomb/second
 
int python.SystemOfUnits.milliampere = 1.e-3*ampere
 
int python.SystemOfUnits.microampere = 1.e-6*ampere
 
int python.SystemOfUnits.nanoampere = 1.e-9*ampere
 
int python.SystemOfUnits.megavolt = megaelectronvolt/eplus
 
int python.SystemOfUnits.kilovolt = 1.e-3*megavolt
 
int python.SystemOfUnits.volt = 1.e-6*megavolt
 
int python.SystemOfUnits.ohm = volt/ampere
 
int python.SystemOfUnits.farad = coulomb/volt
 
int python.SystemOfUnits.millifarad = 1.e-3*farad
 
int python.SystemOfUnits.microfarad = 1.e-6*farad
 
int python.SystemOfUnits.nanofarad = 1.e-9*farad
 
int python.SystemOfUnits.picofarad = 1.e-12*farad
 
int python.SystemOfUnits.weber = volt*second
 
int python.SystemOfUnits.tesla = volt*second/meter2
 
int python.SystemOfUnits.gauss = 1.e-4*tesla
 
int python.SystemOfUnits.kilogauss = 1.e-1*tesla
 
int python.SystemOfUnits.henry = weber/ampere
 
int python.SystemOfUnits.kelvin = 1.
 
int python.SystemOfUnits.mole = 1.
 
int python.SystemOfUnits.becquerel = 1./second
 
float python.SystemOfUnits.curie = 3.7e+10 * becquerel
 
int python.SystemOfUnits.gray = joule/kilogram
 
int python.SystemOfUnits.candela = 1.
 
int python.SystemOfUnits.lumen = candela*steradian
 
int python.SystemOfUnits.lux = lumen/meter2
 
float python.SystemOfUnits.perCent = 0.01
 
float python.SystemOfUnits.perThousand = 0.001
 
float python.SystemOfUnits.perMillion = 0.000001