12#ifndef CALOFITRESULTS_H_
13#define CALOFITRESULTS_H_
60 unsigned short minSig = 0);
77 void setMaxSig(
unsigned short maxSig) { mMaxSig = maxSig; }
78 void setPed(
float ped) { mPed = ped; }
79 void setMinSig(
unsigned short minSig) { mMinSig = minSig; }
82 void setAmp(
float amp) { mAmpSig = amp; }
84 void setChi2(
float chi2) { mChi2Sig = chi2; }
85 void setNdf(
unsigned short ndf) { mNdfSig = ndf; }
87 unsigned short getMaxSig()
const {
return mMaxSig; }
88 float getPed()
const {
return mPed; }
89 unsigned short getMinSig()
const {
return mMinSig; }
91 float getAmp()
const {
return mAmpSig; }
94 float getChi2()
const {
return mChi2Sig; }
95 unsigned short getNdf()
const {
return mNdfSig; }
98 unsigned short mMaxSig = 0;
103 int mMaxTimebin = -1;
105 unsigned short mNdfSig = 0;
106 unsigned short mMinSig = 0;
Container class to hold results from fitting.
void setMinSig(unsigned short minSig)
int getMaxTimeBin() const
void setMaxTimeBin(int timebin)
void setStatus(int status)
unsigned short getMaxSig() const
CaloFitResults & operator=(const CaloFitResults &source)
Assignment operator.
unsigned short getNdf() const
CaloFitResults()=default
Default constructor.
~CaloFitResults()=default
CaloFitResults(const CaloFitResults &fitresults)=default
copy constructor
void setMaxSig(unsigned short maxSig)
void setNdf(unsigned short ndf)
bool operator==(const CaloFitResults &other) const
Comparison of two fit results.
unsigned short getMinSig() const
GLsizei GLsizei GLchar * source
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
VectorOfTObjectPtrs other