struct Gambit::DarkBit::TH_resonances_thresholds

Location of resonances and thresholds in energy (GeV)

#include <ProcessCatalog.hpp>

Public Functions

Name
TH_resonances_thresholds()
TH_resonances_thresholds(const TH_resonances_thresholds & copy)
TH_resonances_thresholds &operator=(const TH_resonances_thresholds & ) =default
TH_resonances_thresholds(const std::vector< TH_Resonance > & resonances, const std::vector< double > & thresholds)

Public Attributes

Name
std::vector< TH_Resonance >resonances
std::vector< double >threshold_energy

Public Functions Documentation

function TH_resonances_thresholds

inline TH_resonances_thresholds()

function TH_resonances_thresholds

inline TH_resonances_thresholds(
    const TH_resonances_thresholds & copy
)

function operator=

TH_resonances_thresholds & operator=(
    const TH_resonances_thresholds & 
) =default

function TH_resonances_thresholds

inline TH_resonances_thresholds(
    const std::vector< TH_Resonance > & resonances,
    const std::vector< double > & thresholds
)

Public Attributes Documentation

variable resonances

std::vector< TH_Resonance > resonances;

variable threshold_energy

std::vector< double > threshold_energy;

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