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