GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
TBetaDecay Class Reference

This class contains information about beta decays to be used in analyses.

Definition at line 24 of file TBetaDecay.h.

Public Member Functions

 TBetaDecay ()
 
 TBetaDecay (TNucleus *parent)
 
 TBetaDecay (char *name)
 
 TBetaDecay (Int_t Z, Int_t N)
 
 ~TBetaDecay () override
 
TNucleusGetParent () const
 

Private Attributes

TNucleusfParent
 
Bool_t fParentAllocated
 

#include <TBetaDecay.h>

+ Inheritance diagram for TBetaDecay:
+ Collaboration diagram for TBetaDecay:

Constructor & Destructor Documentation

◆ TBetaDecay() [1/4]

TBetaDecay::TBetaDecay ( )

Definition at line 7 of file TBetaDecay.cxx.

◆ TBetaDecay() [2/4]

TBetaDecay::TBetaDecay ( TNucleus parent)

Definition at line 13 of file TBetaDecay.cxx.

References fParentAllocated.

◆ TBetaDecay() [3/4]

TBetaDecay::TBetaDecay ( char *  name)

Definition at line 18 of file TBetaDecay.cxx.

References fParent, and fParentAllocated.

◆ TBetaDecay() [4/4]

TBetaDecay::TBetaDecay ( Int_t  Z,
Int_t  N 
)

Definition at line 24 of file TBetaDecay.cxx.

References fParent, and fParentAllocated.

◆ ~TBetaDecay()

TBetaDecay::~TBetaDecay ( )
override

Definition at line 30 of file TBetaDecay.cxx.

References fParent, and fParentAllocated.

Member Function Documentation

◆ GetParent()

TNucleus* TBetaDecay::GetParent ( ) const
inline

Definition at line 33 of file TBetaDecay.h.

References fParent.

Member Data Documentation

◆ fParent

TNucleus* TBetaDecay::fParent
private

The parent nucleus beta decaying.

Definition at line 37 of file TBetaDecay.h.

Referenced by GetParent(), TBetaDecay(), and ~TBetaDecay().

◆ fParentAllocated

Bool_t TBetaDecay::fParentAllocated
private

true if TNucleus was instantiated in TBetaDecay

Definition at line 36 of file TBetaDecay.h.

Referenced by TBetaDecay(), and ~TBetaDecay().