GRSISort
"v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
TBetaDecay.cxx
Go to the documentation of this file.
1
#include "
TBetaDecay.h
"
2
3
TBetaDecay::TBetaDecay
(
TNucleus
* parent) : fParent(parent)
4
{
5
}
6
7
TBetaDecay::TBetaDecay
(
char
* name) : fParentAllocated(true), fParent(new
TNucleus
(name))
8
{
9
}
10
11
TBetaDecay::TBetaDecay
(Int_t Z, Int_t N) : fParentAllocated(true), fParent(new
TNucleus
(Z, N))
12
{
13
}
14
15
TBetaDecay::~TBetaDecay
()
16
{
17
if
(
fParentAllocated
) {
18
delete
fParent
;
19
}
20
}
TBetaDecay.h
TBetaDecay::~TBetaDecay
~TBetaDecay()
Definition
TBetaDecay.cxx:15
TBetaDecay::TBetaDecay
TBetaDecay()=default
TBetaDecay::fParentAllocated
Bool_t fParentAllocated
true if TNucleus was instantiated in TBetaDecay
Definition
TBetaDecay.h:40
TBetaDecay::fParent
TNucleus * fParent
The parent nucleus beta decaying.
Definition
TBetaDecay.h:41
TNucleus
Definition
TNucleus.h:27
libraries
TAnalysis
TBetaDecay
TBetaDecay.cxx
GRSISort ("v4.0.0.5") Reference Guide Generated on Mon Feb 3 2025 16:38:05.