| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

units Namespace Reference


Variables

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

Variable Documentation

int units::millimeter = 1 [static]

Definition at line 22 of file units.py.

units::millimeter2 = millimeter*millimeter [static]

Definition at line 23 of file units.py.

units::millimeter3 = millimeter*millimeter*millimeter [static]

Definition at line 24 of file units.py.

int units::centimeter = 10 [static]

Definition at line 26 of file units.py.

units::centimeter2 = centimeter*centimeter [static]

Definition at line 27 of file units.py.

units::centimeter3 = centimeter*centimeter*centimeter [static]

Definition at line 28 of file units.py.

int units::meter = 1000 [static]

Definition at line 30 of file units.py.

units::meter2 = meter*meter [static]

Definition at line 31 of file units.py.

units::meter3 = meter*meter*meter [static]

Definition at line 32 of file units.py.

int units::kilometer = 1000 [static]

Definition at line 34 of file units.py.

units::kilometer2 = kilometer*kilometer [static]

Definition at line 35 of file units.py.

units::kilometer3 = kilometer*kilometer*kilometer [static]

Definition at line 36 of file units.py.

float units::parsec = 3.0856775807e+16 [static]

Definition at line 38 of file units.py.

int units::micrometer = 1 [static]

Definition at line 40 of file units.py.

int units::nanometer = 1 [static]

Definition at line 41 of file units.py.

int units::angstrom = 1 [static]

Definition at line 42 of file units.py.

int units::fermi = 1 [static]

Definition at line 43 of file units.py.

int units::barn = 1 [static]

Definition at line 45 of file units.py.

int units::millibarn = 1 [static]

Definition at line 46 of file units.py.

int units::microbarn = 1 [static]

Definition at line 47 of file units.py.

int units::nanobarn = 1 [static]

Definition at line 48 of file units.py.

int units::picobarn = 1 [static]

Definition at line 49 of file units.py.

units::mm = millimeter [static]

Definition at line 52 of file units.py.

int units::mm2 = 2 [static]

Definition at line 53 of file units.py.

int units::mm3 = 3 [static]

Definition at line 54 of file units.py.

units::cm = centimeter [static]

Definition at line 56 of file units.py.

int units::cm2 = 2 [static]

Definition at line 57 of file units.py.

int units::cm3 = 3 [static]

Definition at line 58 of file units.py.

units::m = meter [static]

Definition at line 60 of file units.py.

int units::m2 = 2 [static]

Definition at line 61 of file units.py.

int units::m3 = 3 [static]

Definition at line 62 of file units.py.

units::km = kilometer [static]

Definition at line 64 of file units.py.

int units::km2 = 2 [static]

Definition at line 65 of file units.py.

int units::km3 = 3 [static]

Definition at line 66 of file units.py.

units::pc = parsec [static]

Definition at line 68 of file units.py.

int units::radian = 1 [static]

Definition at line 73 of file units.py.

int units::milliradian = 1 [static]

Definition at line 74 of file units.py.

tuple units::degree = (3.14159265358979323846/180.0) [static]

Definition at line 75 of file units.py.

int units::steradian = 1 [static]

Definition at line 76 of file units.py.

units::rad = radian [static]

Definition at line 79 of file units.py.

units::mrad = milliradian [static]

Definition at line 80 of file units.py.

units::sr = steradian [static]

Definition at line 81 of file units.py.

units::deg = degree [static]

Definition at line 82 of file units.py.

int units::nanosecond = 1 [static]

Definition at line 87 of file units.py.

int units::second = 1 [static]

Definition at line 88 of file units.py.

int units::millisecond = 1 [static]

Definition at line 89 of file units.py.

int units::microsecond = 1 [static]

Definition at line 90 of file units.py.

int units::picosecond = 1 [static]

Definition at line 91 of file units.py.

int units::hertz = 1 [static]

Definition at line 93 of file units.py.

int units::kilohertz = 1 [static]

Definition at line 94 of file units.py.

int units::megahertz = 1 [static]

Definition at line 95 of file units.py.

units::ns = nanosecond [static]

Definition at line 98 of file units.py.

units::s = second [static]

Definition at line 99 of file units.py.

units::ms = millisecond [static]

Definition at line 100 of file units.py.

int units::eplus = 1 [static]

Definition at line 105 of file units.py.

float units::e_SI = 1.60217733e-19 [static]

Definition at line 106 of file units.py.

units::coulomb = eplus/e_SI [static]

Definition at line 107 of file units.py.

int units::megaelectronvolt = 1 [static]

Definition at line 112 of file units.py.

int units::electronvolt = 1 [static]

Definition at line 113 of file units.py.

int units::kiloelectronvolt = 1 [static]

Definition at line 114 of file units.py.

int units::gigaelectronvolt = 1 [static]

Definition at line 115 of file units.py.

int units::teraelectronvolt = 1 [static]

Definition at line 116 of file units.py.

int units::petaelectronvolt = 1 [static]

Definition at line 117 of file units.py.

units::joule = electronvolt/e_SI [static]

Definition at line 119 of file units.py.

units::MeV = megaelectronvolt [static]

Definition at line 122 of file units.py.

units::eV = electronvolt [static]

Definition at line 123 of file units.py.

units::keV = kiloelectronvolt [static]

Definition at line 124 of file units.py.

units::GeV = gigaelectronvolt [static]

Definition at line 125 of file units.py.

units::TeV = teraelectronvolt [static]

Definition at line 126 of file units.py.

units::PeV = petaelectronvolt [static]

Definition at line 127 of file units.py.

tuple units::kilogram = joule*second*second/(meter*meter) [static]

Definition at line 132 of file units.py.

int units::gram = 1 [static]

Definition at line 133 of file units.py.

int units::milligram = 1 [static]

Definition at line 134 of file units.py.

units::kg = kilogram [static]

Definition at line 137 of file units.py.

units::g = gram [static]

Definition at line 138 of file units.py.

units::mg = milligram [static]

Definition at line 139 of file units.py.

units::watt = joule/second [static]

Definition at line 144 of file units.py.

units::newton = joule/meter [static]

Definition at line 149 of file units.py.

int units::pascal = 2 [static]

Definition at line 155 of file units.py.

int units::bar = 100000 [static]

Definition at line 156 of file units.py.

int units::atmosphere = 101325 [static]

Definition at line 157 of file units.py.

units::ampere = coulomb/second [static]

Definition at line 162 of file units.py.

int units::milliampere = 1 [static]

Definition at line 163 of file units.py.

int units::microampere = 1 [static]

Definition at line 164 of file units.py.

int units::nanoampere = 1 [static]

Definition at line 165 of file units.py.

units::megavolt = megaelectronvolt/eplus [static]

Definition at line 170 of file units.py.

int units::kilovolt = 1 [static]

Definition at line 171 of file units.py.

int units::volt = 1 [static]

Definition at line 172 of file units.py.

units::ohm = volt/ampere [static]

Definition at line 177 of file units.py.

units::farad = coulomb/volt [static]

Definition at line 182 of file units.py.

int units::millifarad = 1 [static]

Definition at line 183 of file units.py.

int units::microfarad = 1 [static]

Definition at line 184 of file units.py.

int units::nanofarad = 1 [static]

Definition at line 185 of file units.py.

int units::picofarad = 1 [static]

Definition at line 186 of file units.py.

units::weber = volt*second [static]

Definition at line 191 of file units.py.

int units::tesla = 2 [static]

Definition at line 196 of file units.py.

int units::gauss = 1 [static]

Definition at line 198 of file units.py.

int units::kilogauss = 1 [static]

Definition at line 199 of file units.py.

units::henry = weber/ampere [static]

Definition at line 204 of file units.py.

int units::kelvin = 1 [static]

Definition at line 209 of file units.py.

int units::mole = 1 [static]

Definition at line 214 of file units.py.

int units::becquerel = 1 [static]

Definition at line 219 of file units.py.

float units::curie = 3.7e+10 [static]

Definition at line 220 of file units.py.

units::gray = joule/kilogram [static]

Definition at line 225 of file units.py.

int units::candela = 1 [static]

Definition at line 230 of file units.py.

units::lumen = candela*steradian [static]

Definition at line 235 of file units.py.

int units::lux = 2 [static]

Definition at line 240 of file units.py.

float units::perCent = 0.01 [static]

Definition at line 245 of file units.py.

float units::perThousand = 0.001 [static]

Definition at line 246 of file units.py.

float units::perMillion = 0.000001 [static]

Definition at line 247 of file units.py.

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:58:58 2011 for GaudiPython by doxygen 1.4.7