Import Geant4 10.7.0.beta source tree
This commit is contained in:
@@ -23,125 +23,136 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// G4SystemOfUnits
|
||||
//
|
||||
// Import CLHEP units on global namespace.
|
||||
// Restricted to internal use -only- in source code
|
||||
|
||||
// Author: G.Cosmo, CERN
|
||||
// --------------------------------------------------------------------
|
||||
#ifndef G4SystemOfUnits_hh
|
||||
#define G4SystemOfUnits_hh 1
|
||||
|
||||
#include <CLHEP/Units/SystemOfUnits.h>
|
||||
|
||||
using CLHEP::millimeter;
|
||||
using CLHEP::millimeter2;
|
||||
using CLHEP::millimeter3;
|
||||
using CLHEP::ampere;
|
||||
using CLHEP::angstrom;
|
||||
using CLHEP::atmosphere;
|
||||
using CLHEP::bar;
|
||||
using CLHEP::barn;
|
||||
using CLHEP::becquerel;
|
||||
using CLHEP::candela;
|
||||
using CLHEP::centimeter;
|
||||
using CLHEP::centimeter2;
|
||||
using CLHEP::centimeter3;
|
||||
using CLHEP::meter;
|
||||
using CLHEP::meter2;
|
||||
using CLHEP::meter3;
|
||||
using CLHEP::kilometer;
|
||||
using CLHEP::kilometer2;
|
||||
using CLHEP::kilometer3;
|
||||
using CLHEP::parsec;
|
||||
using CLHEP::micrometer;
|
||||
using CLHEP::nanometer;
|
||||
using CLHEP::angstrom;
|
||||
using CLHEP::fermi;
|
||||
using CLHEP::barn;
|
||||
using CLHEP::millibarn;
|
||||
using CLHEP::microbarn;
|
||||
using CLHEP::nanobarn;
|
||||
using CLHEP::picobarn;
|
||||
using CLHEP::mm;
|
||||
using CLHEP::um;
|
||||
using CLHEP::nm;
|
||||
using CLHEP::mm2;
|
||||
using CLHEP::mm3;
|
||||
using CLHEP::cL;
|
||||
using CLHEP::cm;
|
||||
using CLHEP::cm2;
|
||||
using CLHEP::cm3;
|
||||
using CLHEP::liter;
|
||||
using CLHEP::L;
|
||||
using CLHEP::coulomb;
|
||||
using CLHEP::curie;
|
||||
using CLHEP::deg;
|
||||
using CLHEP::degree;
|
||||
using CLHEP::dL;
|
||||
using CLHEP::cL;
|
||||
using CLHEP::mL;
|
||||
using CLHEP::m;
|
||||
using CLHEP::m2;
|
||||
using CLHEP::m3;
|
||||
using CLHEP::e_SI;
|
||||
using CLHEP::electronvolt;
|
||||
using CLHEP::eplus;
|
||||
using CLHEP::eV;
|
||||
using CLHEP::farad;
|
||||
using CLHEP::fermi;
|
||||
using CLHEP::g;
|
||||
using CLHEP::gauss;
|
||||
using CLHEP::GeV;
|
||||
using CLHEP::gigaelectronvolt;
|
||||
using CLHEP::gram;
|
||||
using CLHEP::gray;
|
||||
using CLHEP::henry;
|
||||
using CLHEP::hep_pascal;
|
||||
using CLHEP::hertz;
|
||||
using CLHEP::joule;
|
||||
using CLHEP::kelvin;
|
||||
using CLHEP::keV;
|
||||
using CLHEP::kg;
|
||||
using CLHEP::kiloelectronvolt;
|
||||
using CLHEP::kilogauss;
|
||||
using CLHEP::kilogram;
|
||||
using CLHEP::kilohertz;
|
||||
using CLHEP::kilometer;
|
||||
using CLHEP::kilometer2;
|
||||
using CLHEP::kilometer3;
|
||||
using CLHEP::kilovolt;
|
||||
using CLHEP::km;
|
||||
using CLHEP::km2;
|
||||
using CLHEP::km3;
|
||||
using CLHEP::pc;
|
||||
using CLHEP::radian;
|
||||
using CLHEP::milliradian;
|
||||
using CLHEP::degree;
|
||||
using CLHEP::steradian;
|
||||
using CLHEP::rad;
|
||||
using CLHEP::mrad;
|
||||
using CLHEP::sr;
|
||||
using CLHEP::deg;
|
||||
using CLHEP::nanosecond;
|
||||
using CLHEP::second;
|
||||
using CLHEP::millisecond;
|
||||
using CLHEP::microsecond;
|
||||
using CLHEP::picosecond;
|
||||
using CLHEP::hertz;
|
||||
using CLHEP::kilohertz;
|
||||
using CLHEP::megahertz;
|
||||
using CLHEP::ns;
|
||||
using CLHEP::s;
|
||||
using CLHEP::ms;
|
||||
using CLHEP::us;
|
||||
using CLHEP::ps;
|
||||
using CLHEP::eplus;
|
||||
using CLHEP::e_SI;
|
||||
using CLHEP::coulomb;
|
||||
using CLHEP::megaelectronvolt;
|
||||
using CLHEP::electronvolt;
|
||||
using CLHEP::kiloelectronvolt;
|
||||
using CLHEP::gigaelectronvolt;
|
||||
using CLHEP::teraelectronvolt;
|
||||
using CLHEP::petaelectronvolt;
|
||||
using CLHEP::joule;
|
||||
using CLHEP::MeV;
|
||||
using CLHEP::eV;
|
||||
using CLHEP::keV;
|
||||
using CLHEP::GeV;
|
||||
using CLHEP::TeV;
|
||||
using CLHEP::PeV;
|
||||
using CLHEP::kilogram;
|
||||
using CLHEP::gram;
|
||||
using CLHEP::milligram;
|
||||
using CLHEP::kg;
|
||||
using CLHEP::g;
|
||||
using CLHEP::mg;
|
||||
using CLHEP::watt;
|
||||
using CLHEP::newton;
|
||||
using CLHEP::hep_pascal;
|
||||
using CLHEP::bar;
|
||||
using CLHEP::atmosphere;
|
||||
using CLHEP::ampere;
|
||||
using CLHEP::milliampere;
|
||||
using CLHEP::microampere;
|
||||
using CLHEP::nanoampere;
|
||||
using CLHEP::megavolt;
|
||||
using CLHEP::kilovolt;
|
||||
using CLHEP::volt;
|
||||
using CLHEP::ohm;
|
||||
using CLHEP::farad;
|
||||
using CLHEP::millifarad;
|
||||
using CLHEP::microfarad;
|
||||
using CLHEP::nanofarad;
|
||||
using CLHEP::picofarad;
|
||||
using CLHEP::weber;
|
||||
using CLHEP::tesla;
|
||||
using CLHEP::gauss;
|
||||
using CLHEP::kilogauss;
|
||||
using CLHEP::henry;
|
||||
using CLHEP::kelvin;
|
||||
using CLHEP::mole;
|
||||
using CLHEP::becquerel;
|
||||
using CLHEP::curie;
|
||||
using CLHEP::gray;
|
||||
using CLHEP::candela;
|
||||
using CLHEP::L;
|
||||
using CLHEP::liter;
|
||||
using CLHEP::lumen;
|
||||
using CLHEP::lux;
|
||||
using CLHEP::m;
|
||||
using CLHEP::m2;
|
||||
using CLHEP::m3;
|
||||
using CLHEP::megaelectronvolt;
|
||||
using CLHEP::megahertz;
|
||||
using CLHEP::megavolt;
|
||||
using CLHEP::meter;
|
||||
using CLHEP::meter2;
|
||||
using CLHEP::meter3;
|
||||
using CLHEP::MeV;
|
||||
using CLHEP::mg;
|
||||
using CLHEP::microampere;
|
||||
using CLHEP::microbarn;
|
||||
using CLHEP::microfarad;
|
||||
using CLHEP::micrometer;
|
||||
using CLHEP::microsecond;
|
||||
using CLHEP::milliampere;
|
||||
using CLHEP::millibarn;
|
||||
using CLHEP::millifarad;
|
||||
using CLHEP::milligram;
|
||||
using CLHEP::millimeter;
|
||||
using CLHEP::millimeter2;
|
||||
using CLHEP::millimeter3;
|
||||
using CLHEP::milliradian;
|
||||
using CLHEP::millisecond;
|
||||
using CLHEP::mL;
|
||||
using CLHEP::mm;
|
||||
using CLHEP::mm2;
|
||||
using CLHEP::mm3;
|
||||
using CLHEP::mole;
|
||||
using CLHEP::mrad;
|
||||
using CLHEP::ms;
|
||||
using CLHEP::nanoampere;
|
||||
using CLHEP::nanobarn;
|
||||
using CLHEP::nanofarad;
|
||||
using CLHEP::nanometer;
|
||||
using CLHEP::nanosecond;
|
||||
using CLHEP::newton;
|
||||
using CLHEP::nm;
|
||||
using CLHEP::ns;
|
||||
using CLHEP::ohm;
|
||||
using CLHEP::parsec;
|
||||
using CLHEP::pc;
|
||||
using CLHEP::perCent;
|
||||
using CLHEP::perThousand;
|
||||
using CLHEP::perMillion;
|
||||
using CLHEP::perThousand;
|
||||
using CLHEP::petaelectronvolt;
|
||||
using CLHEP::PeV;
|
||||
using CLHEP::picobarn;
|
||||
using CLHEP::picofarad;
|
||||
using CLHEP::picosecond;
|
||||
using CLHEP::ps;
|
||||
using CLHEP::rad;
|
||||
using CLHEP::radian;
|
||||
using CLHEP::s;
|
||||
using CLHEP::second;
|
||||
using CLHEP::sr;
|
||||
using CLHEP::steradian;
|
||||
using CLHEP::teraelectronvolt;
|
||||
using CLHEP::tesla;
|
||||
using CLHEP::TeV;
|
||||
using CLHEP::um;
|
||||
using CLHEP::us;
|
||||
using CLHEP::volt;
|
||||
using CLHEP::watt;
|
||||
using CLHEP::weber;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user