Skip to content

Struct rayx::SoftEdge

ClassList > rayx > SoftEdge

More...

  • #include <EnergyDistribution.h>

Public Attributes

Type Name
double m_centerEnergy
double m_sigma

Public Functions

Type Name
SoftEdge (double centerEnergy, double sigma)

Detailed Description

Describes a normal distribution with mean m_centerEnergy and standard deviation m_sigma. https://en.wikipedia.org/wiki/Normal_distribution

Public Attributes Documentation

variable m_centerEnergy

double rayx::SoftEdge::m_centerEnergy;

variable m_sigma

double rayx::SoftEdge::m_sigma;

Public Functions Documentation

function SoftEdge

inline rayx::SoftEdge::SoftEdge (
    double centerEnergy,
    double sigma
) 


The documentation for this class was generated from the following file Intern/rayx-core/src/Beamline/EnergyDistribution.h