Berkeley Nuclear Data Software
Public Member Functions | Public Attributes | List of all members
Peak Struct Reference

struct to hold fitted peak data More...

#include <SpectrumAnalysis.h>

Public Member Functions

 Peak ()
 
void printPeak ()
 
bool checkResolution ()
 checks if resolution of fitted peak is < m_maxRes More...
 

Public Attributes

double m_amplitude = 0.
 
double m_mean = 0.
 
double m_stdDev = 0.
 
double m_chi2ndf = 0.
 
double m_binWidth = 0.
 
double m_stdDevErr = 0.
 
double m_ampErr = 0.
 
double m_maxRes = 2.
 

Detailed Description

struct to hold fitted peak data

Constructor & Destructor Documentation

◆ Peak()

Peak::Peak ( )

Member Function Documentation

◆ checkResolution()

bool Peak::checkResolution ( )

checks if resolution of fitted peak is < m_maxRes

Here is the caller graph for this function:

◆ printPeak()

void Peak::printPeak ( )
Here is the caller graph for this function:

Member Data Documentation

◆ m_ampErr

double Peak::m_ampErr = 0.

◆ m_amplitude

double Peak::m_amplitude = 0.

◆ m_binWidth

double Peak::m_binWidth = 0.

◆ m_chi2ndf

double Peak::m_chi2ndf = 0.

◆ m_maxRes

double Peak::m_maxRes = 2.

◆ m_mean

double Peak::m_mean = 0.

◆ m_stdDev

double Peak::m_stdDev = 0.

◆ m_stdDevErr

double Peak::m_stdDevErr = 0.

The documentation for this struct was generated from the following files: