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