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 4.0.p1)


  1 //                                                  1 
  2 // *******************************************    
  3 // * License and Disclaimer                       
  4 // *                                              
  5 // * The  Geant4 software  is  copyright of th    
  6 // * the Geant4 Collaboration.  It is provided    
  7 // * conditions of the Geant4 Software License    
  8 // * LICENSE and available at  http://cern.ch/    
  9 // * include a list of copyright holders.         
 10 // *                                              
 11 // * Neither the authors of this software syst    
 12 // * institutes,nor the agencies providing fin    
 13 // * work  make  any representation or  warran    
 14 // * regarding  this  software system or assum    
 15 // * use.  Please see the license in the file     
 16 // * for the full disclaimer and the limitatio    
 17 // *                                              
 18 // * This  code  implementation is the result     
 19 // * technical work of the GEANT4 collaboratio    
 20 // * By using,  copying,  modifying or  distri    
 21 // * any work based  on the software)  you  ag    
 22 // * use  in  resulting  scientific  publicati    
 23 // * acceptance of all terms of the Geant4 Sof    
 24 // *******************************************    
 25 //                                                
 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                                                   
 36 #include <CLHEP/Units/SystemOfUnits.h>            
 37                                                   
 38 using CLHEP::ampere;                              
 39 using CLHEP::angstrom;                            
 40 using CLHEP::atmosphere;                          
 41 using CLHEP::bar;                                 
 42 using CLHEP::barn;                                
 43 using CLHEP::becquerel;                           
 44 using CLHEP::candela;                             
 45 using CLHEP::centimeter;                          
 46 using CLHEP::centimeter2;                         
 47 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;                               
100 using CLHEP::meter2;                              
101 using CLHEP::meter3;                              
102 using CLHEP::MeV;                                 
103 using CLHEP::mg;                                  
104 using CLHEP::microampere;                         
105 using CLHEP::microbarn;                           
106 using CLHEP::microfarad;                          
107 using CLHEP::micrometer;                          
108 using CLHEP::microsecond;                         
109 using CLHEP::milliampere;                         
110 using CLHEP::millibarn;                           
111 using CLHEP::millielectronvolt;                   
112 using CLHEP::millifarad;                          
113 using CLHEP::milligram;                           
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;                                  
122 using CLHEP::mm2;                                 
123 using CLHEP::mm3;                                 
124 using CLHEP::mole;                                
125 using CLHEP::mrad;                                
126 using CLHEP::ms;                                  
127 using CLHEP::nanoampere;                          
128 using CLHEP::nanobarn;                            
129 using CLHEP::nanofarad;                           
130 using CLHEP::nanometer;                           
131 using CLHEP::nanosecond;                          
132 using CLHEP::newton;                              
133 using CLHEP::nm;                                  
134 using CLHEP::ns;                                  
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;                          
146 using CLHEP::ps;                                  
147 using CLHEP::rad;                                 
148 using CLHEP::radian;                              
149 using CLHEP::s;                                   
150 using CLHEP::second;                              
151 using CLHEP::sr;                                  
152 using CLHEP::steradian;                           
153 using CLHEP::teraelectronvolt;                    
154 using CLHEP::tesla;                               
155 using CLHEP::TeV;                                 
156 using CLHEP::um;                                  
157 using CLHEP::us;                                  
158 using CLHEP::volt;                                
159 using CLHEP::watt;                                
160 using CLHEP::weber;                               
161 using CLHEP::year;                                
162                                                   
163 #endif                                            
164