15#include <fairlogger/Logger.h>
24 int fitstatus,
float amp,
25 double time,
int maxTimebin,
26 float chi,
unsigned short ndf,
unsigned short minSig) : mMaxSig(maxSig),
31 mMaxTimebin(maxTimebin),
39 int fitstatus,
float amp,
40 int maxTimebin) : mMaxSig(maxSig),
45 mMaxTimebin(maxTimebin)
62 mMaxTimebin =
source.mMaxTimebin;
63 mChi2Sig =
source.mChi2Sig;
72 return (mMaxSig ==
other.mMaxSig) && (mPed ==
other.mPed) &&
73 (mStatus ==
other.mStatus) && (mAmpSig ==
other.mAmpSig) && (mTime ==
other.mTime) &&
74 (mMaxTimebin ==
other.mMaxTimebin) && (mChi2Sig ==
other.mChi2Sig) &&
75 (mNdfSig ==
other.mNdfSig) && (mMinSig ==
other.mMinSig);
Container class to hold results from fitting.
CaloFitResults & operator=(const CaloFitResults &source)
Assignment operator.
CaloFitResults()=default
Default constructor.
bool operator==(const CaloFitResults &other) const
Comparison of two fit results.
GLsizei GLsizei GLchar * source
VectorOfTObjectPtrs other