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