 |
Belle II Software
release-05-01-25
|
12 #include <framework/datastore/RelationsObject.h>
39 short amplitude,
short chisquare);
50 double amplitude,
double chisquare);
void setChisquare(double chisquare)
Sets chi square.
double getChisquare() const
Get chi square.
void setBackgroundOffset(double backgroundOffset)
Sets background offset.
Class to store template fit result from feature extraction data.
ClassDef(TOPTemplateFitResult, 2)
ClassDef.
unsigned m_risingEdgeRaw
template fit rising edge position received from FEE
double m_chisquare
chi square value of template fit
double getAmplitude() const
Get ampltide.
double m_risingEdge
template fit rising edge position
void setAmplitude(double amplitude)
Sets amplitude.
double getBackgroundOffset() const
Get background offset.
TOPTemplateFitResult()
Default constructor.
double getRisingEdgeTime() const
Get rising Edge.
Abstract base class for different kinds of events.
double m_amplitude
amplitude from fit
void setRisingEdgeAndConvert(unsigned short risingEdge)
Sets rising edge from Zynq and converts to double This does not convert from sample to time space.
double getRisingEdge() const
Get rising edge in samples.
double risingEdgeShortToRisingEdgeDouble(unsigned short risingEdgeS) const
Convert rising edge saved in short to double.
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
double m_risingEdgeTime
template fit rising edge in ns
void setRisingEdge(double risingEdge)
Sets rising edge in samples.
double m_backgroundOffset
background offset from fit
void setRisingEdgeTime(double risingEdge)
Sets rising edge in ns.
unsigned getRisingEdgeRaw() const
Get rising Edge Raw.