]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TUHKMgen/UHKM/UKUtility.h
Moving the classes that belong to the following libraries: STEERBase, ESD, CDB, AOD...
[u/mrichter/AliRoot.git] / TUHKMgen / UHKM / UKUtility.h
CommitLineData
03896fc4 1//
2//
3// Nikolai Amelin, Ludmila Malinina, Timur Pocheptsov (C) JINR/Dubna
4// amelin@sunhe.jinr.ru, malinina@sunhe.jinr.ru, pocheptsov@sunhe.jinr.ru
5// November. 2, 2005
6//
7//
b1c2e580 8
03896fc4 9#ifndef UKUTILITY_H
10#define UKUTILITY_H
11
b1c2e580 12class TLorentzVector;
13class TVector3;
b1c2e580 14
15void IsotropicR3(Double_t r, Double_t *pX, Double_t *pY, Double_t *pZ);
16void IsotropicR3(Double_t r, TVector3 &pos);
17void MomAntiMom(TLorentzVector &mom, Double_t mass, TLorentzVector &antiMom,
18 Double_t antiMass, Double_t initialMass);
19
03896fc4 20const Double_t kGeV = 1.;
21const Double_t kFermi = 1.;
22const Double_t kHbarc = 0.197 * kGeV * kFermi;
b1c2e580 23
24#endif