class Gambit::DarkBit::DecayChain::DecayTable
[No description available]
Public Functions
| Name | |
|---|---|
| DecayTable(const TH_ProcessCatalog & cat, const SimYieldTable & tab, set< string > disabledList) | |
| DecayTable() | |
| bool | hasEntry(string index) const |
| void | addEntry(string pID, double m, bool stable) |
| void | addEntry(string pID, DecayTableEntry entry) |
| bool | randomDecay(string pID, const TH_Channel *& decay) const |
| const DecayTableEntry & | operator[](string i) const |
| void | printTable() const |
| double | getWidth(const TH_Channel * ch) |
Public Functions Documentation
function DecayTable
DecayTable(
const TH_ProcessCatalog & cat,
const SimYieldTable & tab,
set< string > disabledList
)
function DecayTable
inline DecayTable()
function hasEntry
bool hasEntry(
string index
) const
function addEntry
void addEntry(
string pID,
double m,
bool stable
)
function addEntry
void addEntry(
string pID,
DecayTableEntry entry
)
function randomDecay
bool randomDecay(
string pID,
const TH_Channel *& decay
) const
function operator[]
const DecayTableEntry & operator[](
string i
) const
function printTable
void printTable() const
function getWidth
static double getWidth(
const TH_Channel * ch
)
Updated on 2025-02-12 at 16:10:32 +0000