Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/global/management/include/G4SystemOfUnits.hh

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /global/management/include/G4SystemOfUnits.hh (Version 11.3.0) and /global/management/include/G4SystemOfUnits.hh (Version 8.0.p1)


  1 //                                                  1 //
  2 // *******************************************      2 // ********************************************************************
  3 // * License and Disclaimer                    <<   3 // * DISCLAIMER                                                       *
  4 // *                                                4 // *                                                                  *
  5 // * The  Geant4 software  is  copyright of th <<   5 // * The following disclaimer summarizes all the specific disclaimers *
  6 // * the Geant4 Collaboration.  It is provided <<   6 // * of contributors to this software. The specific disclaimers,which *
  7 // * conditions of the Geant4 Software License <<   7 // * govern, are listed with their locations in:                      *
  8 // * LICENSE and available at  http://cern.ch/ <<   8 // *   http://cern.ch/geant4/license                                  *
  9 // * include a list of copyright holders.      << 
 10 // *                                                9 // *                                                                  *
 11 // * Neither the authors of this software syst     10 // * Neither the authors of this software system, nor their employing *
 12 // * institutes,nor the agencies providing fin     11 // * institutes,nor the agencies providing financial support for this *
 13 // * work  make  any representation or  warran     12 // * work  make  any representation or  warranty, express or implied, *
 14 // * regarding  this  software system or assum     13 // * regarding  this  software system or assume any liability for its *
 15 // * use.  Please see the license in the file  <<  14 // * use.                                                             *
 16 // * for the full disclaimer and the limitatio << 
 17 // *                                               15 // *                                                                  *
 18 // * This  code  implementation is the result  <<  16 // * This  code  implementation is the  intellectual property  of the *
 19 // * technical work of the GEANT4 collaboratio <<  17 // * GEANT4 collaboration.                                            *
 20 // * By using,  copying,  modifying or  distri <<  18 // * By copying,  distributing  or modifying the Program (or any work *
 21 // * any work based  on the software)  you  ag <<  19 // * based  on  the Program)  you indicate  your  acceptance of  this *
 22 // * use  in  resulting  scientific  publicati <<  20 // * statement, and all its terms.                                    *
 23 // * acceptance of all terms of the Geant4 Sof << 
 24 // *******************************************     21 // ********************************************************************
 25 //                                                 22 //
 26 // G4SystemOfUnits                             << 
 27 //                                             << 
 28 // Import CLHEP units on global namespace.     << 
 29 // Restricted to internal use -only- in source << 
 30                                                << 
 31 // Author: G.Cosmo, CERN                       << 
 32 // ------------------------------------------- << 
 33 #ifndef G4SystemOfUnits_hh                     << 
 34 #define G4SystemOfUnits_hh 1                   << 
 35                                                    23 
 36 #include <CLHEP/Units/SystemOfUnits.h>         <<  24 #include "CLHEP/Units/SystemOfUnits.h"
 37                                                    25 
 38 using CLHEP::ampere;                           <<  26 using CLHEP::millimeter;
 39 using CLHEP::angstrom;                         <<  27 using CLHEP::millimeter2;
 40 using CLHEP::atmosphere;                       <<  28 using CLHEP::millimeter3;
 41 using CLHEP::bar;                              << 
 42 using CLHEP::barn;                             << 
 43 using CLHEP::becquerel;                        << 
 44 using CLHEP::candela;                          << 
 45 using CLHEP::centimeter;                           29 using CLHEP::centimeter;
 46 using CLHEP::centimeter2;                          30 using CLHEP::centimeter2;
 47 using CLHEP::centimeter3;                          31 using CLHEP::centimeter3;
 48 using CLHEP::cL;                               << 
 49 using CLHEP::cm;                               << 
 50 using CLHEP::cm2;                              << 
 51 using CLHEP::cm3;                              << 
 52 using CLHEP::coulomb;                          << 
 53 using CLHEP::curie;                            << 
 54 using CLHEP::day;                              << 
 55 using CLHEP::deg;                              << 
 56 using CLHEP::degree;                           << 
 57 using CLHEP::dL;                               << 
 58 using CLHEP::e_SI;                             << 
 59 using CLHEP::electronvolt;                     << 
 60 using CLHEP::eplus;                            << 
 61 using CLHEP::eV;                               << 
 62 using CLHEP::farad;                            << 
 63 using CLHEP::fermi;                            << 
 64 using CLHEP::g;                                << 
 65 using CLHEP::gauss;                            << 
 66 using CLHEP::GeV;                              << 
 67 using CLHEP::gigaelectronvolt;                 << 
 68 using CLHEP::gram;                             << 
 69 using CLHEP::gray;                             << 
 70 using CLHEP::henry;                            << 
 71 using CLHEP::hep_pascal;                       << 
 72 using CLHEP::hertz;                            << 
 73 using CLHEP::hour;                             << 
 74 using CLHEP::joule;                            << 
 75 using CLHEP::kelvin;                           << 
 76 using CLHEP::keV;                              << 
 77 using CLHEP::kg;                               << 
 78 using CLHEP::kiloelectronvolt;                 << 
 79 using CLHEP::kilogauss;                        << 
 80 using CLHEP::kilogram;                         << 
 81 using CLHEP::kilohertz;                        << 
 82 using CLHEP::kilometer;                        << 
 83 using CLHEP::kilometer2;                       << 
 84 using CLHEP::kilometer3;                       << 
 85 using CLHEP::kilovolt;                         << 
 86 using CLHEP::km;                               << 
 87 using CLHEP::km2;                              << 
 88 using CLHEP::km3;                              << 
 89 using CLHEP::L;                                << 
 90 using CLHEP::liter;                            << 
 91 using CLHEP::lumen;                            << 
 92 using CLHEP::lux;                              << 
 93 using CLHEP::m;                                << 
 94 using CLHEP::m2;                               << 
 95 using CLHEP::m3;                               << 
 96 using CLHEP::megaelectronvolt;                 << 
 97 using CLHEP::megahertz;                        << 
 98 using CLHEP::megavolt;                         << 
 99 using CLHEP::meter;                                32 using CLHEP::meter;
100 using CLHEP::meter2;                               33 using CLHEP::meter2;
101 using CLHEP::meter3;                               34 using CLHEP::meter3;
102 using CLHEP::MeV;                              <<  35 using CLHEP::kilometer;
103 using CLHEP::mg;                               <<  36 using CLHEP::kilometer2;
104 using CLHEP::microampere;                      <<  37 using CLHEP::kilometer3;
105 using CLHEP::microbarn;                        <<  38 using CLHEP::parsec;
106 using CLHEP::microfarad;                       << 
107 using CLHEP::micrometer;                           39 using CLHEP::micrometer;
108 using CLHEP::microsecond;                      <<  40 using CLHEP::nanometer;
109 using CLHEP::milliampere;                      <<  41 using CLHEP::angstrom;
                                                   >>  42 using CLHEP::fermi;
                                                   >>  43 using CLHEP::barn;
110 using CLHEP::millibarn;                            44 using CLHEP::millibarn;
111 using CLHEP::millielectronvolt;                <<  45 using CLHEP::microbarn;
112 using CLHEP::millifarad;                       <<  46 using CLHEP::nanobarn;
113 using CLHEP::milligram;                        <<  47 using CLHEP::picobarn;
114 using CLHEP::millimeter;                       << 
115 using CLHEP::millimeter2;                      << 
116 using CLHEP::millimeter3;                      << 
117 using CLHEP::milliradian;                      << 
118 using CLHEP::millisecond;                      << 
119 using CLHEP::minute;                           << 
120 using CLHEP::mL;                               << 
121 using CLHEP::mm;                                   48 using CLHEP::mm;
                                                   >>  49 using CLHEP::um;
                                                   >>  50 using CLHEP::nm;
122 using CLHEP::mm2;                                  51 using CLHEP::mm2;
123 using CLHEP::mm3;                                  52 using CLHEP::mm3;
124 using CLHEP::mole;                             <<  53 using CLHEP::cm;
                                                   >>  54 using CLHEP::cm2;
                                                   >>  55 using CLHEP::cm3;
                                                   >>  56 using CLHEP::m;
                                                   >>  57 using CLHEP::m2;
                                                   >>  58 using CLHEP::m3;
                                                   >>  59 using CLHEP::km;
                                                   >>  60 using CLHEP::km2;
                                                   >>  61 using CLHEP::km3;
                                                   >>  62 using CLHEP::pc;
                                                   >>  63 using CLHEP::radian;
                                                   >>  64 using CLHEP::milliradian;
                                                   >>  65 using CLHEP::degree;
                                                   >>  66 using CLHEP::steradian;
                                                   >>  67 using CLHEP::rad;
125 using CLHEP::mrad;                                 68 using CLHEP::mrad;
126 using CLHEP::ms;                               <<  69 using CLHEP::sr;
127 using CLHEP::nanoampere;                       <<  70 using CLHEP::deg;
128 using CLHEP::nanobarn;                         << 
129 using CLHEP::nanofarad;                        << 
130 using CLHEP::nanometer;                        << 
131 using CLHEP::nanosecond;                           71 using CLHEP::nanosecond;
132 using CLHEP::newton;                           <<  72 using CLHEP::second;
133 using CLHEP::nm;                               <<  73 using CLHEP::millisecond;
134 using CLHEP::ns;                               <<  74 using CLHEP::microsecond;
135 using CLHEP::ohm;                              << 
136 using CLHEP::parsec;                           << 
137 using CLHEP::pc;                               << 
138 using CLHEP::perCent;                          << 
139 using CLHEP::perMillion;                       << 
140 using CLHEP::perThousand;                      << 
141 using CLHEP::petaelectronvolt;                 << 
142 using CLHEP::PeV;                              << 
143 using CLHEP::picobarn;                         << 
144 using CLHEP::picofarad;                        << 
145 using CLHEP::picosecond;                           75 using CLHEP::picosecond;
146 using CLHEP::ps;                               <<  76 using CLHEP::hertz;
147 using CLHEP::rad;                              <<  77 using CLHEP::kilohertz;
148 using CLHEP::radian;                           <<  78 using CLHEP::megahertz;
                                                   >>  79 using CLHEP::ns;
149 using CLHEP::s;                                    80 using CLHEP::s;
150 using CLHEP::second;                           <<  81 using CLHEP::ms;
151 using CLHEP::sr;                               <<  82 using CLHEP::eplus;
152 using CLHEP::steradian;                        <<  83 using CLHEP::e_SI;
                                                   >>  84 using CLHEP::coulomb;
                                                   >>  85 using CLHEP::megaelectronvolt;
                                                   >>  86 using CLHEP::electronvolt;
                                                   >>  87 using CLHEP::kiloelectronvolt;
                                                   >>  88 using CLHEP::gigaelectronvolt;
153 using CLHEP::teraelectronvolt;                     89 using CLHEP::teraelectronvolt;
154 using CLHEP::tesla;                            <<  90 using CLHEP::petaelectronvolt;
                                                   >>  91 using CLHEP::joule;
                                                   >>  92 using CLHEP::MeV;
                                                   >>  93 using CLHEP::eV;
                                                   >>  94 using CLHEP::keV;
                                                   >>  95 using CLHEP::GeV;
155 using CLHEP::TeV;                                  96 using CLHEP::TeV;
156 using CLHEP::um;                               <<  97 using CLHEP::PeV;
157 using CLHEP::us;                               <<  98 using CLHEP::kilogram;
158 using CLHEP::volt;                             <<  99 using CLHEP::gram;
                                                   >> 100 using CLHEP::milligram;
                                                   >> 101 using CLHEP::kg;
                                                   >> 102 using CLHEP::g;
                                                   >> 103 using CLHEP::mg;
159 using CLHEP::watt;                                104 using CLHEP::watt;
                                                   >> 105 using CLHEP::newton;
                                                   >> 106 using CLHEP::hep_pascal;
                                                   >> 107 using CLHEP::bar;
                                                   >> 108 using CLHEP::atmosphere;
                                                   >> 109 using CLHEP::ampere;
                                                   >> 110 using CLHEP::milliampere;
                                                   >> 111 using CLHEP::microampere;
                                                   >> 112 using CLHEP::nanoampere;
                                                   >> 113 using CLHEP::megavolt;
                                                   >> 114 using CLHEP::kilovolt;
                                                   >> 115 using CLHEP::volt;
                                                   >> 116 using CLHEP::ohm;
                                                   >> 117 using CLHEP::farad;
                                                   >> 118 using CLHEP::millifarad;
                                                   >> 119 using CLHEP::microfarad;
                                                   >> 120 using CLHEP::nanofarad;
                                                   >> 121 using CLHEP::picofarad;
160 using CLHEP::weber;                               122 using CLHEP::weber;
161 using CLHEP::year;                             << 123 using CLHEP::tesla;
162                                                << 124 using CLHEP::gauss;
163 #endif                                         << 125 using CLHEP::kilogauss;
                                                   >> 126 using CLHEP::henry;
                                                   >> 127 using CLHEP::kelvin;
                                                   >> 128 using CLHEP::mole;
                                                   >> 129 using CLHEP::becquerel;
                                                   >> 130 using CLHEP::curie;
                                                   >> 131 using CLHEP::gray;
                                                   >> 132 using CLHEP::candela;
                                                   >> 133 using CLHEP::lumen;
                                                   >> 134 using CLHEP::lux;
                                                   >> 135 using CLHEP::perCent;
                                                   >> 136 using CLHEP::perThousand;
                                                   >> 137 using CLHEP::perMillion;
164                                                   138