Belle II Software development
TOPTemplateFitter::FitResult Struct Reference

structure holding values from template fit More...

#include <TOPTemplateFitter.h>

Public Member Functions

void clear ()
 set the fit result variables to zero
 

Public Attributes

double amplitude = 0
 fitted amplitude
 
double amplitudeError = 0
 fitted amplitude error
 
double backgroundOffset = 0
 fitted background offset
 
double backgroundOffsetError = 0
 fitted background offset error
 
double risingEdge = 0
 fitted rising edge
 

Detailed Description

structure holding values from template fit

Definition at line 46 of file TOPTemplateFitter.h.

Member Function Documentation

◆ clear()

void clear ( )
inline

set the fit result variables to zero

Definition at line 56 of file TOPTemplateFitter.h.

57 {
58 amplitude = 0;
62 risingEdge = 0;
63 }
double amplitudeError
fitted amplitude error
double backgroundOffsetError
fitted background offset error
double backgroundOffset
fitted background offset

Member Data Documentation

◆ amplitude

double amplitude = 0

fitted amplitude

Definition at line 47 of file TOPTemplateFitter.h.

◆ amplitudeError

double amplitudeError = 0

fitted amplitude error

Definition at line 48 of file TOPTemplateFitter.h.

◆ backgroundOffset

double backgroundOffset = 0

fitted background offset

Definition at line 49 of file TOPTemplateFitter.h.

◆ backgroundOffsetError

double backgroundOffsetError = 0

fitted background offset error

Definition at line 50 of file TOPTemplateFitter.h.

◆ risingEdge

double risingEdge = 0

fitted rising edge

Definition at line 51 of file TOPTemplateFitter.h.


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