#include <Decayer.h>
Inheritance diagram for Decayer:

Public Methods | |
| virtual | ~Decayer () |
Static Public Attributes | |
| float | weight = 1 |
| can be set to the weight by a subclass. More... | |
Protected Methods | |
| virtual int | decay (GParticle*) const |
| Decayer (const char * name) | |
| Decayer () | |
| const char* | name () const |
| virtual void | printOn ( std::ostream & ) const |
Protected Attributes | |
| char* | _name |
| Decayer* | replacement |
Friends | |
| class | PDT |
| class | DecayEntry |
The replacement entry is modified by PDT::addDecayer if another decayer with the same name is found. (This is due to pointers from decay entries.)
Definition at line 21 of file Decayer.h.
|
|
Definition at line 39 of file Decayer.cxx. |
|
|
Definition at line 33 of file Decayer.cxx. |
|
|
Definition at line 26 of file Decayer.cxx. |
|
|
Reimplemented in PhaseSpace, SageDecayer, TwoBody, and RanboDecayer. Definition at line 43 of file Decayer.cxx. |
|
|
Definition at line 40 of file Decayer.h. Referenced by PDT::addDecayer(), DecayEntry::name(), and printOn(). |
|
|
Definition at line 57 of file Decayer.cxx. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
can be set to the weight by a subclass.
Definition at line 24 of file Decayer.cxx. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000