Classes | |
class | FitFPixMuH |
struct | FPixMuH |
Enumerations | |
enum | fitStatus { kFitNotPerformed = -2, kNoFitResult = -1, kFitConverged = 0, kFitFailed = 1 } |
Functions | |
void | fcn_func (Int_t &npar, Double_t *deriv, Double_t &f, Double_t *par, Int_t flag) |
Double_t | MCSFitFunction (Double_t *x, Double_t *par) |
Enumerator | |
---|---|
kFitNotPerformed | |
kNoFitResult | |
kFitConverged | |
kFitFailed |
Definition at line 53 of file SiPixelLorentzAnglePCLHarvesterMCS.cc.
void SiPixelLAHarvestMCS::fcn_func | ( | Int_t & | npar, |
Double_t * | deriv, | ||
Double_t & | f, | ||
Double_t * | par, | ||
Int_t | flag | ||
) |
Definition at line 139 of file SiPixelLorentzAnglePCLHarvesterMCS.cc.
References f.
Double_t SiPixelLAHarvestMCS::MCSFitFunction | ( | Double_t * | x, |
Double_t * | par | ||
) |
Definition at line 55 of file SiPixelLorentzAnglePCLHarvesterMCS.cc.
References mathSSE::sqrt(), and x.
Referenced by SiPixelLorentzAnglePCLHarvesterMCS::dqmEndJob().