struct Gambit::DarkBit::TH_Resonance

A single resonance of a given width at a given energy (both in GeV)

#include <ProcessCatalog.hpp>

Public Functions

Name
TH_Resonance()
TH_Resonance(double energy, double width)

Public Attributes

Name
doubleenergy
doublewidth

Public Functions Documentation

function TH_Resonance

inline TH_Resonance()

function TH_Resonance

inline TH_Resonance(
    double energy,
    double width
)

Public Attributes Documentation

variable energy

double energy;

variable width

double width;

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