#include <CSCThrTurnOnFcn.h>
Public Member Functions | |
virtual double | operator() (const std::vector< double > &) const |
Provide the chi-squared function for the given data. More... | |
void | setData (const std::vector< float > &x, const std::vector< float > &y) |
Cache the current data, x and y. More... | |
void | setErrors (const std::vector< float > &er) |
Set the errors. More... | |
void | setNorm (float n) |
Set the norm (if needed) More... | |
virtual double | Up () const |
@ What? More... | |
Private Attributes | |
std::vector< float > | ery |
float | norm |
std::vector< float > | xdata |
data More... | |
std::vector< float > | ydata |
Model functional form for fitting AFEB turn-on threshold information from Muon Endcap CSC's. This version is for ROOT Minuit2. Based on CSCPulseHeightFcn as an example.
Definition at line 18 of file CSCThrTurnOnFcn.h.
|
virtual |
Provide the chi-squared function for the given data.
Definition at line 9 of file CSCThrTurnOnFcn.cc.
References beam_dqm_sourceclient-live_cfg::chi2, mps_update::diff, personalPlayback::fn, i, LogDebug, N, findQualityFiles::size, x(), and detailsBasic3DVector::y.
|
inline |
Cache the current data, x and y.
Definition at line 29 of file CSCThrTurnOnFcn.h.
References i, xdata, and ydata.
Referenced by CSCFitAFEBThr::ThresholdNoise().
|
inline |
Set the errors.
Definition at line 36 of file CSCThrTurnOnFcn.h.
Referenced by CSCFitAFEBThr::ThresholdNoise().
|
inline |
Set the norm (if needed)
Definition at line 41 of file CSCThrTurnOnFcn.h.
Referenced by CSCFitAFEBThr::ThresholdNoise().
|
inlinevirtual |
|
private |
Definition at line 24 of file CSCThrTurnOnFcn.h.
Referenced by setErrors().
|
private |
Definition at line 25 of file CSCThrTurnOnFcn.h.
Referenced by setNorm().
|
private |
|
private |
Definition at line 23 of file CSCThrTurnOnFcn.h.
Referenced by setData().