]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TUHKMgen/UHKM/UKUtility.h
Coding violations
[u/mrichter/AliRoot.git] / TUHKMgen / UHKM / UKUtility.h
1 #ifndef UKUTILITY_INCLUDED
2 #define UKUTILITY_INCLUDED
3  
4 /*                                                                            
5                                                                             
6         Nikolai Amelin, Ludmila Malinina, Timur Pocheptsov (C) JINR/Dubna
7       amelin@sunhe.jinr.ru, malinina@sunhe.jinr.ru, pocheptsov@sunhe.jinr.ru 
8                            November. 2, 2005                                
9
10 */
11
12 class TLorentzVector;
13 class TVector3;
14 class TH1F;
15
16 class Particle;
17
18 void IsotropicR3(Double_t r, Double_t *pX, Double_t *pY, Double_t *pZ);
19 void IsotropicR3(Double_t r, TVector3 &pos);
20 void MomAntiMom(TLorentzVector &mom, Double_t mass, TLorentzVector &antiMom,
21                 Double_t antiMass, Double_t initialMass);
22
23 extern const Double_t GeV;
24 extern const Double_t MeV;
25 extern const Double_t fermi;
26 extern const Double_t mbarn;
27 extern const Double_t hbarc; 
28 extern const Double_t w;
29 extern const Double_t hbarc_squared; 
30
31 #endif