ant
A2 ant: class-based analysis framework
ant::Fits::FitResult Struct Reference

#include <Fits.h>

Public Member Functions

 FitResult (double pos_, double N_, double width_, double chi2dof_, TF1 *Sum=0, TF1 *Bkg=0, TF1 *Sig=0, double pos_error=0)
 

Public Attributes

double pos
 
double N
 
double width
 
double chi2dof
 
TF1 * sum = 0
 
TF1 * bkg = 0
 
TF1 * sig = 0
 
double position_error
 

Constructor & Destructor Documentation

◆ FitResult()

ant::Fits::FitResult::FitResult ( double  pos_,
double  N_,
double  width_,
double  chi2dof_,
TF1 *  Sum = 0,
TF1 *  Bkg = 0,
TF1 *  Sig = 0,
double  pos_error = 0 
)
inline

Member Data Documentation

◆ bkg

TF1* ant::Fits::FitResult::bkg = 0

◆ chi2dof

double ant::Fits::FitResult::chi2dof

◆ N

double ant::Fits::FitResult::N

◆ pos

double ant::Fits::FitResult::pos

◆ position_error

double ant::Fits::FitResult::position_error

◆ sig

TF1* ant::Fits::FitResult::sig = 0

◆ sum

TF1* ant::Fits::FitResult::sum = 0

◆ width

double ant::Fits::FitResult::width

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