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 2025-02-12 at 16:10:32 +0000