#include <AlMCtruth.h>
Inheritance diagram for AlMCtruth:
Public Methods | |
AlMCtruth () | |
constructor. More... | |
AlMCtruth (const AlMCtruth &) | |
copy constructor. More... | |
~AlMCtruth () | |
destructor. More... | |
ALEPHTYPE | TYPE () const |
get the type. More... | |
void | setMotherVector (AlephCollection< AlMCtruth *>) |
set pointer to relational. track. More... | |
void | setDaughterVector (AlephCollection< AlMCtruth *>) |
set vector of pointers to all daughters. More... | |
AlephCollection<AlMCtruth*> | getMotherVector () const |
get pointer to relational. track. More... | |
AlephCollection<AlMCtruth*> | getDaughterVector () const |
get vector of pointers to all daughters. More... | |
int | PA () const |
ALEPH particle code. More... | |
int | NO () const |
Number of mother particles. More... | |
int | ND () const |
number of decay particles. More... | |
char* | name () const |
char string for the name of particle. More... | |
Private Attributes | |
AlephCollection<AlMCtruth*> | Mother |
AlephCollection<AlMCtruth*> | Daughter |
Definition at line 22 of file AlMCtruth.h.
|
constructor.
Definition at line 52 of file AlMCtruth.cpp. |
|
copy constructor.
Definition at line 53 of file AlMCtruth.cpp. |
|
destructor.
Definition at line 57 of file AlMCtruth.cpp. |
|
number of decay particles.
Definition at line 50 of file AlMCtruth.h. |
|
Number of mother particles.
Definition at line 48 of file AlMCtruth.h. |
|
ALEPH particle code.
Definition at line 46 of file AlMCtruth.h. |
|
get the type.
Reimplemented from QvecBase. Definition at line 33 of file AlMCtruth.h. |
|
get vector of pointers to all daughters.
Definition at line 79 of file AlMCtruth.cpp. Referenced by A4VchCount(), nchCount(), and visible().
|
|
get pointer to relational. track.
Definition at line 73 of file AlMCtruth.cpp. |
|
char string for the name of particle.
Definition at line 17 of file AlMCtruth.cpp. |
|
set vector of pointers to all daughters.
|
|
set pointer to relational. track.
|
|
Definition at line 56 of file AlMCtruth.h. |
|
Definition at line 55 of file AlMCtruth.h. |