Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:58:55

0001 //
0002 // ********************************************************************
0003 // * License and Disclaimer                                           *
0004 // *                                                                  *
0005 // * The  Geant4 software  is  copyright of the Copyright Holders  of *
0006 // * the Geant4 Collaboration.  It is provided  under  the terms  and *
0007 // * conditions of the Geant4 Software License,  included in the file *
0008 // * LICENSE and available at  http://cern.ch/geant4/license .  These *
0009 // * include a list of copyright holders.                             *
0010 // *                                                                  *
0011 // * Neither the authors of this software system, nor their employing *
0012 // * institutes,nor the agencies providing financial support for this *
0013 // * work  make  any representation or  warranty, express or implied, *
0014 // * regarding  this  software system or assume any liability for its *
0015 // * use.  Please see the license in the file  LICENSE  and URL above *
0016 // * for the full disclaimer and the limitation of liability.         *
0017 // *                                                                  *
0018 // * This  code  implementation is the result of  the  scientific and *
0019 // * technical work of the GEANT4 collaboration.                      *
0020 // * By using,  copying,  modifying or  distributing the software (or *
0021 // * any work based  on the software)  you  agree  to acknowledge its *
0022 // * use  in  resulting  scientific  publications,  and indicate your *
0023 // * acceptance of all terms of the Geant4 Software license.          *
0024 // ********************************************************************
0025 //
0026 // G4PhysicalConstants
0027 //
0028 // Import CLHEP constants on global namespace.
0029 // Restricted to internal use -only- in source code
0030 
0031 // Author: G.Cosmo, CERN
0032 // --------------------------------------------------------------------
0033 #ifndef G4PhysicalConstants_hh
0034 #define G4PhysicalConstants_hh 1
0035 
0036 #include <CLHEP/Units/PhysicalConstants.h>
0037 
0038 using CLHEP::alpha_rcl2;
0039 using CLHEP::amu;
0040 using CLHEP::amu_c2;
0041 using CLHEP::Avogadro;
0042 using CLHEP::Bohr_radius;
0043 using CLHEP::c_light;
0044 using CLHEP::c_squared;
0045 using CLHEP::classic_electr_radius;
0046 using CLHEP::e_squared;
0047 using CLHEP::electron_charge;
0048 using CLHEP::electron_Compton_length;
0049 using CLHEP::electron_mass_c2;
0050 using CLHEP::elm_coupling;
0051 using CLHEP::epsilon0;
0052 using CLHEP::fine_structure_const;
0053 using CLHEP::h_Planck;
0054 using CLHEP::halfpi;
0055 using CLHEP::hbar_Planck;
0056 using CLHEP::hbarc;
0057 using CLHEP::hbarc_squared;
0058 using CLHEP::k_Boltzmann;
0059 using CLHEP::kGasThreshold;
0060 using CLHEP::mu0;
0061 using CLHEP::neutron_mass_c2;
0062 using CLHEP::pi;
0063 using CLHEP::pi2;
0064 using CLHEP::proton_mass_c2;
0065 using CLHEP::STP_Pressure;
0066 using CLHEP::STP_Temperature;
0067 using CLHEP::twopi;
0068 using CLHEP::twopi_mc2_rcl2;
0069 using CLHEP::Bohr_magneton;
0070 using CLHEP::nuclear_magneton;
0071 using CLHEP::universe_mean_density;
0072 
0073 #endif