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