Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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// G4SystemOfUnits
27//
28// Import CLHEP units on global namespace.
29// Restricted to internal use -only- in source code
30
31// Author: G.Cosmo, CERN
32// --------------------------------------------------------------------
33#ifndef G4SystemOfUnits_hh
34#define G4SystemOfUnits_hh 1
35
37
38using CLHEP::ampere;
39using CLHEP::angstrom;
40using CLHEP::atmosphere;
41using CLHEP::bar;
42using CLHEP::barn;
43using CLHEP::becquerel;
44using CLHEP::candela;
45using CLHEP::centimeter;
46using CLHEP::centimeter2;
47using CLHEP::centimeter3;
48using CLHEP::cL;
49using CLHEP::cm;
50using CLHEP::cm2;
51using CLHEP::cm3;
52using CLHEP::coulomb;
53using CLHEP::curie;
54using CLHEP::deg;
55using CLHEP::degree;
56using CLHEP::dL;
57using CLHEP::e_SI;
58using CLHEP::electronvolt;
59using CLHEP::eplus;
60using CLHEP::eV;
61using CLHEP::farad;
62using CLHEP::fermi;
63using CLHEP::g;
64using CLHEP::gauss;
65using CLHEP::GeV;
66using CLHEP::gigaelectronvolt;
67using CLHEP::gram;
68using CLHEP::gray;
69using CLHEP::henry;
70using CLHEP::hep_pascal;
71using CLHEP::hertz;
72using CLHEP::joule;
73using CLHEP::kelvin;
74using CLHEP::keV;
75using CLHEP::kg;
76using CLHEP::kiloelectronvolt;
77using CLHEP::kilogauss;
78using CLHEP::kilogram;
79using CLHEP::kilohertz;
80using CLHEP::kilometer;
81using CLHEP::kilometer2;
82using CLHEP::kilometer3;
83using CLHEP::kilovolt;
84using CLHEP::km;
85using CLHEP::km2;
86using CLHEP::km3;
87using CLHEP::L;
88using CLHEP::liter;
89using CLHEP::lumen;
90using CLHEP::lux;
91using CLHEP::m;
92using CLHEP::m2;
93using CLHEP::m3;
94using CLHEP::megaelectronvolt;
95using CLHEP::megahertz;
96using CLHEP::megavolt;
97using CLHEP::meter;
98using CLHEP::meter2;
99using CLHEP::meter3;
100using CLHEP::MeV;
101using CLHEP::mg;
102using CLHEP::microampere;
103using CLHEP::microbarn;
104using CLHEP::microfarad;
105using CLHEP::micrometer;
106using CLHEP::microsecond;
107using CLHEP::milliampere;
108using CLHEP::millibarn;
109using CLHEP::millifarad;
110using CLHEP::milligram;
111using CLHEP::millimeter;
112using CLHEP::millimeter2;
113using CLHEP::millimeter3;
114using CLHEP::milliradian;
115using CLHEP::millisecond;
116using CLHEP::mL;
117using CLHEP::mm;
118using CLHEP::mm2;
119using CLHEP::mm3;
120using CLHEP::mole;
121using CLHEP::mrad;
122using CLHEP::ms;
123using CLHEP::nanoampere;
124using CLHEP::nanobarn;
125using CLHEP::nanofarad;
126using CLHEP::nanometer;
127using CLHEP::nanosecond;
128using CLHEP::newton;
129using CLHEP::nm;
130using CLHEP::ns;
131using CLHEP::ohm;
132using CLHEP::parsec;
133using CLHEP::pc;
134using CLHEP::perCent;
135using CLHEP::perMillion;
136using CLHEP::perThousand;
137using CLHEP::petaelectronvolt;
138using CLHEP::PeV;
139using CLHEP::picobarn;
140using CLHEP::picofarad;
141using CLHEP::picosecond;
142using CLHEP::ps;
143using CLHEP::rad;
144using CLHEP::radian;
145using CLHEP::s;
146using CLHEP::second;
147using CLHEP::sr;
148using CLHEP::steradian;
149using CLHEP::teraelectronvolt;
150using CLHEP::tesla;
151using CLHEP::TeV;
152using CLHEP::um;
153using CLHEP::us;
154using CLHEP::volt;
155using CLHEP::watt;
156using CLHEP::weber;
157
158#endif