![]() |
GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
![]() |
This class contains information about beta decays to be used in analyses.
Definition at line 20 of file TBetaDecay.h.
Public Member Functions | |
| TBetaDecay ()=default | |
| TBetaDecay (char *name) | |
| TBetaDecay (const TBetaDecay &)=delete | |
| TBetaDecay (Int_t Z, Int_t N) | |
| TBetaDecay (TBetaDecay &&)=delete | |
| TBetaDecay (TNucleus *parent) | |
| ~TBetaDecay () | |
| TNucleus * | GetParent () const |
| TBetaDecay & | operator= (const TBetaDecay &)=delete |
| TBetaDecay & | operator= (TBetaDecay &&)=delete |
Private Attributes | |
| TNucleus * | fParent {nullptr} |
| Bool_t | fParentAllocated {false} |
Inheritance diagram for TBetaDecay:
Collaboration diagram for TBetaDecay:
|
default |
|
explicit |
Definition at line 3 of file TBetaDecay.cxx.
|
explicit |
Definition at line 7 of file TBetaDecay.cxx.
| TBetaDecay::TBetaDecay | ( | Int_t | Z, |
| Int_t | N ) |
Definition at line 11 of file TBetaDecay.cxx.
| TBetaDecay::~TBetaDecay | ( | ) |
Definition at line 15 of file TBetaDecay.cxx.
References fParent, and fParentAllocated.
|
delete |
|
delete |
|
inline |
Definition at line 33 of file TBetaDecay.h.
References fParent.
|
delete |
|
delete |
|
private |
The parent nucleus beta decaying.
Definition at line 37 of file TBetaDecay.h.
Referenced by ~TBetaDecay(), and GetParent().
|
private |
true if TNucleus was instantiated in TBetaDecay
Definition at line 36 of file TBetaDecay.h.
Referenced by ~TBetaDecay().