Geant4 11.2.2
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::day;
55using CLHEP::deg;
56using CLHEP::degree;
57using CLHEP::dL;
58using CLHEP::e_SI;
59using CLHEP::electronvolt;
60using CLHEP::eplus;
61using CLHEP::eV;
62using CLHEP::farad;
63using CLHEP::fermi;
64using CLHEP::g;
65using CLHEP::gauss;
66using CLHEP::GeV;
67using CLHEP::gigaelectronvolt;
68using CLHEP::gram;
69using CLHEP::gray;
70using CLHEP::henry;
71using CLHEP::hep_pascal;
72using CLHEP::hertz;
73using CLHEP::hour;
74using CLHEP::joule;
75using CLHEP::kelvin;
76using CLHEP::keV;
77using CLHEP::kg;
78using CLHEP::kiloelectronvolt;
79using CLHEP::kilogauss;
80using CLHEP::kilogram;
81using CLHEP::kilohertz;
82using CLHEP::kilometer;
83using CLHEP::kilometer2;
84using CLHEP::kilometer3;
85using CLHEP::kilovolt;
86using CLHEP::km;
87using CLHEP::km2;
88using CLHEP::km3;
89using CLHEP::L;
90using CLHEP::liter;
91using CLHEP::lumen;
92using CLHEP::lux;
93using CLHEP::m;
94using CLHEP::m2;
95using CLHEP::m3;
96using CLHEP::megaelectronvolt;
97using CLHEP::megahertz;
98using CLHEP::megavolt;
99using CLHEP::meter;
100using CLHEP::meter2;
101using CLHEP::meter3;
102using CLHEP::MeV;
103using CLHEP::mg;
104using CLHEP::microampere;
105using CLHEP::microbarn;
106using CLHEP::microfarad;
107using CLHEP::micrometer;
108using CLHEP::microsecond;
109using CLHEP::milliampere;
110using CLHEP::millibarn;
111using CLHEP::millielectronvolt;
112using CLHEP::millifarad;
113using CLHEP::milligram;
114using CLHEP::millimeter;
115using CLHEP::millimeter2;
116using CLHEP::millimeter3;
117using CLHEP::milliradian;
118using CLHEP::millisecond;
119using CLHEP::minute;
120using CLHEP::mL;
121using CLHEP::mm;
122using CLHEP::mm2;
123using CLHEP::mm3;
124using CLHEP::mole;
125using CLHEP::mrad;
126using CLHEP::ms;
127using CLHEP::nanoampere;
128using CLHEP::nanobarn;
129using CLHEP::nanofarad;
130using CLHEP::nanometer;
131using CLHEP::nanosecond;
132using CLHEP::newton;
133using CLHEP::nm;
134using CLHEP::ns;
135using CLHEP::ohm;
136using CLHEP::parsec;
137using CLHEP::pc;
138using CLHEP::perCent;
139using CLHEP::perMillion;
140using CLHEP::perThousand;
141using CLHEP::petaelectronvolt;
142using CLHEP::PeV;
143using CLHEP::picobarn;
144using CLHEP::picofarad;
145using CLHEP::picosecond;
146using CLHEP::ps;
147using CLHEP::rad;
148using CLHEP::radian;
149using CLHEP::s;
150using CLHEP::second;
151using CLHEP::sr;
152using CLHEP::steradian;
153using CLHEP::teraelectronvolt;
154using CLHEP::tesla;
155using CLHEP::TeV;
156using CLHEP::um;
157using CLHEP::us;
158using CLHEP::volt;
159using CLHEP::watt;
160using CLHEP::weber;
161using CLHEP::year;
162
163#endif