struct Gambit::DarkBit::SimYieldChannel

Annihilation/decay channel.

#include <DarkBit_types.hpp>

Public Functions

Name
SimYieldChannel(daFunk::Funk dNdE, const std::string & p1, const std::string & p2, const std::string & finalState, double Ecm_min, double Ecm_max, safe_ptr< Options > runOptions)
General annihilation/decay channel for sim yield tables.

Public Attributes

Name
daFunk::FunkdNdE
daFunk::BoundFunkdNdE_bound
std::stringp1
std::stringp2
std::stringfinalState
doublefinalStateMass
doubleEcm_min
doubleEcm_max

Public Functions Documentation

function SimYieldChannel

SimYieldChannel(
    daFunk::Funk dNdE,
    const std::string & p1,
    const std::string & p2,
    const std::string & finalState,
    double Ecm_min,
    double Ecm_max,
    safe_ptr< Options > runOptions
)

General annihilation/decay channel for sim yield tables.

Public Attributes Documentation

variable dNdE

daFunk::Funk dNdE;

variable dNdE_bound

daFunk::BoundFunk dNdE_bound;

variable p1

std::string p1;

variable p2

std::string p2;

variable finalState

std::string finalState;

variable finalStateMass

double finalStateMass;

variable Ecm_min

double Ecm_min;

variable Ecm_max

double Ecm_max;

Updated on 2023-06-26 at 21:36:52 +0000