#include <Decay.h>
represents a decay channel
Definition at line 22 of file Decay.h.
◆ DecayChannel() [1/2]
Hal::DecayChannel::DecayChannel |
( |
Int_t | dau1 = 0, |
|
|
Int_t | dau2 = 0, |
|
|
Double_t | ratio = 0.0 ) |
two body decay channel
- Parameters
-
dau1 | daugher1 pdg |
dau2 | daughter 2 pdg |
ratio | branch ratio |
Definition at line 27 of file Decay.cxx.
◆ DecayChannel() [2/2]
Hal::DecayChannel::DecayChannel |
( |
Int_t | dau1, |
|
|
Int_t | dau2, |
|
|
Int_t | dau3, |
|
|
Double_t | ratio ) |
three body decay channel
- Parameters
-
dau1 | first daughter PID |
dau2 | second daughter PID |
dau3 | third daughter PID |
ratio | branch ratio |
Definition at line 44 of file Decay.cxx.
◆ ~DecayChannel()
virtual Hal::DecayChannel::~DecayChannel |
( |
| ) |
|
|
inlinevirtual |
◆ GetBranchingRatio()
Double_t Hal::DecayChannel::GetBranchingRatio |
( |
| ) |
const |
|
inline |
- Returns
- branching ratio
Definition at line 66 of file Decay.h.
◆ GetDaughterMass()
Double_t Hal::DecayChannel::GetDaughterMass |
( |
Int_t | dau | ) |
const |
|
inline |
- Parameters
-
- Returns
- daughter mass
Definition at line 61 of file Decay.h.
◆ GetDaughterPdg()
Int_t Hal::DecayChannel::GetDaughterPdg |
( |
Int_t | dau | ) |
const |
|
inline |
- Parameters
-
- Returns
- daughter PID
Definition at line 50 of file Decay.h.
◆ GetDaughtersNo()
Int_t Hal::DecayChannel::GetDaughtersNo |
( |
| ) |
const |
|
inline |
- Returns
- number of daughters
Definition at line 55 of file Decay.h.
◆ GetMassThreshold()
Double_t Hal::DecayChannel::GetMassThreshold |
( |
| ) |
const |
|
inline |
- Returns
- sum of decay products
Definition at line 71 of file Decay.h.
◆ Init()
Bool_t Hal::DecayChannel::Init |
( |
| ) |
|
|
virtual |
◆ SetBranchRatio()
void Hal::DecayChannel::SetBranchRatio |
( |
Double_t | x | ) |
|
|
inline |
set branching ratio
- Parameters
-
Definition at line 76 of file Decay.h.
The documentation for this class was generated from the following files: