]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TUHKMgen/UHKM/HadronDecayer.h
New generator: TUHKMgen
[u/mrichter/AliRoot.git] / TUHKMgen / UHKM / HadronDecayer.h
1 #ifndef HADRONDECAYER_INCLUDED
2 #define HADRONDECAYER_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 #ifndef DATABASE_PDG
12 #include "DatabasePDG.h"
13 #endif
14 #ifndef PARTICLE_INCLUDED
15 #include "Particle.h"
16 #endif
17
18 Double_t GetDecayTime(const Particle &p, Double_t weakDecayLimit);
19 void Decay(List_t &output, Particle &p, ParticleAllocator &allocator, DatabasePDG* database);
20
21 #endif