#include <Fit2D.h>
Definition at line 61 of file Fit2D.h.
◆ SimpleStats()
| Muon::Fit2D::SimpleStats::SimpleStats |
( |
| ) |
|
|
inline |
◆ clear()
| void Muon::Fit2D::SimpleStats::clear |
( |
| ) |
|
|
inline |
◆ toString()
| std::string Muon::Fit2D::SimpleStats::toString |
( |
| ) |
const |
Definition at line 15 of file Fit2D.cxx.
17 std::ostringstream oss;
18 oss <<
"Mean=" <<
fMean
21 <<
", Chi2=" <<
fChi2;
◆ fChi2
| double Muon::Fit2D::SimpleStats::fChi2 |
◆ fMean
| double Muon::Fit2D::SimpleStats::fMean |
◆ fStd
| double Muon::Fit2D::SimpleStats::fStd |
| int Muon::Fit2D::SimpleStats::n |
The documentation for this struct was generated from the following files: