Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4SystemOfUnits.hh
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 
28 
29 using CLHEP::millimeter;
30 using CLHEP::millimeter2;
31 using CLHEP::millimeter3;
32 using CLHEP::centimeter;
33 using CLHEP::centimeter2;
34 using CLHEP::centimeter3;
35 using CLHEP::meter;
36 using CLHEP::meter2;
37 using CLHEP::meter3;
38 using CLHEP::kilometer;
39 using CLHEP::kilometer2;
40 using CLHEP::kilometer3;
41 using CLHEP::parsec;
42 using CLHEP::micrometer;
43 using CLHEP::nanometer;
44 using CLHEP::angstrom;
45 using CLHEP::fermi;
46 using CLHEP::barn;
47 using CLHEP::millibarn;
48 using CLHEP::microbarn;
49 using CLHEP::nanobarn;
50 using CLHEP::picobarn;
51 using CLHEP::mm;
52 using CLHEP::um;
53 using CLHEP::nm;
54 using CLHEP::mm2;
55 using CLHEP::mm3;
56 using CLHEP::cm;
57 using CLHEP::cm2;
58 using CLHEP::cm3;
59 using CLHEP::m;
60 using CLHEP::m2;
61 using CLHEP::m3;
62 using CLHEP::km;
63 using CLHEP::km2;
64 using CLHEP::km3;
65 using CLHEP::pc;
66 using CLHEP::radian;
67 using CLHEP::milliradian;
68 using CLHEP::degree;
69 using CLHEP::steradian;
70 using CLHEP::rad;
71 using CLHEP::mrad;
72 using CLHEP::sr;
73 using CLHEP::deg;
74 using CLHEP::nanosecond;
75 using CLHEP::second;
76 using CLHEP::millisecond;
77 using CLHEP::microsecond;
78 using CLHEP::picosecond;
79 using CLHEP::hertz;
80 using CLHEP::kilohertz;
81 using CLHEP::megahertz;
82 using CLHEP::ns;
83 using CLHEP::s;
84 using CLHEP::ms;
85 using CLHEP::eplus;
86 using CLHEP::e_SI;
87 using CLHEP::coulomb;
88 using CLHEP::megaelectronvolt;
89 using CLHEP::electronvolt;
90 using CLHEP::kiloelectronvolt;
91 using CLHEP::gigaelectronvolt;
92 using CLHEP::teraelectronvolt;
93 using CLHEP::petaelectronvolt;
94 using CLHEP::joule;
95 using CLHEP::MeV;
96 using CLHEP::eV;
97 using CLHEP::keV;
98 using CLHEP::GeV;
99 using CLHEP::TeV;
100 using CLHEP::PeV;
101 using CLHEP::kilogram;
102 using CLHEP::gram;
103 using CLHEP::milligram;
104 using CLHEP::kg;
105 using CLHEP::g;
106 using CLHEP::mg;
107 using CLHEP::watt;
108 using CLHEP::newton;
109 using CLHEP::hep_pascal;
110 using CLHEP::bar;
111 using CLHEP::atmosphere;
112 using CLHEP::ampere;
113 using CLHEP::milliampere;
114 using CLHEP::microampere;
115 using CLHEP::nanoampere;
116 using CLHEP::megavolt;
117 using CLHEP::kilovolt;
118 using CLHEP::volt;
119 using CLHEP::ohm;
120 using CLHEP::farad;
121 using CLHEP::millifarad;
122 using CLHEP::microfarad;
123 using CLHEP::nanofarad;
124 using CLHEP::picofarad;
125 using CLHEP::weber;
126 using CLHEP::tesla;
127 using CLHEP::gauss;
128 using CLHEP::kilogauss;
129 using CLHEP::henry;
130 using CLHEP::kelvin;
131 using CLHEP::mole;
132 using CLHEP::becquerel;
133 using CLHEP::curie;
134 using CLHEP::gray;
135 using CLHEP::candela;
136 using CLHEP::lumen;
137 using CLHEP::lux;
138 using CLHEP::perCent;
139 using CLHEP::perThousand;
140 using CLHEP::perMillion;