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 | |
---|---|
double | energy |
double | width |
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 2024-07-18 at 13:53:31 +0000