CMS 3D CMS Logo

HadronDecayer.h
Go to the documentation of this file.
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 double GetDecayTime(const Particle &p, double weakDecayLimit);
16 void Decay(List_t &output, Particle &p, ParticleAllocator &allocator, DatabasePDG* database);
17 
18 #endif
std::list< Particle > List_t
Definition: Particle.h:141
void Decay(List_t &output, Particle &p, ParticleAllocator &allocator, DatabasePDG *database)
double GetDecayTime(const Particle &p, double weakDecayLimit)