]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TUHKMgen/UHKM/HadronDecayer.h
remove VV inheritance from STEER
[u/mrichter/AliRoot.git] / TUHKMgen / UHKM / HadronDecayer.h
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 //////////////////////////////////////////////////////////////////////////////////
8
9 #ifndef HADRONDECAYER_INCLUDED
10 #define HADRONDECAYER_INCLUDED
11
12 #include "DatabasePDG.h"
13 #include "Particle.h"
14
15
16 Double_t GetDecayTime(const Particle &p, Double_t weakDecayLimit);
17 void Decay(List_t &output, Particle &p, ParticleAllocator &allocator, const DatabasePDG* database);
18
19 #endif