]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TGeant4/TG4G3Units.cxx
changed printout
[u/mrichter/AliRoot.git] / TGeant4 / TG4G3Units.cxx
1 // $Id$
2 // Category: global
3 //
4 // See the class description in the header file.
5
6 #include "TG4G3Units.h"
7
8 // static const data members
9
10 const G4double TG4G3Units::fgkLength  = cm;
11 const G4double TG4G3Units::fgkAngle   = deg;
12 const G4double TG4G3Units::fgkTime    = s;
13 const G4double TG4G3Units::fgkCharge  = eplus;
14 const G4double TG4G3Units::fgkEnergy  = GeV;
15 const G4double TG4G3Units::fgkMass    = GeV;
16 const G4double TG4G3Units::fgkMassDensity  = g/cm3;
17 const G4double TG4G3Units::fgkAtomicWeight = g/mole;
18 const G4double TG4G3Units::fgkField   = tesla;
19
20 //_____________________________________________________________________________
21 TG4G3Units::TG4G3Units() {
22 //
23 }
24   
25 //_____________________________________________________________________________
26 TG4G3Units::~TG4G3Units() {
27 //
28 }
29