#include <Utility.h>
Classes | |
class | Params |
Public Member Functions | |
void | add (const float &value, const float &error) |
void | fit (Params &fit_params) |
MeanAndStdDev () | |
~MeanAndStdDev () | |
Private Attributes | |
float | s_ |
std::vector< float > | vec_ |
float | x_ |
float | xx_ |
sistrip::MeanAndStdDev::MeanAndStdDev | ( | ) |
Definition at line 78 of file Utility.cc.
void sistrip::MeanAndStdDev::add | ( | const float & | value, |
const float & | error | ||
) |
Definition at line 87 of file Utility.cc.
References s_, mathSSE::sqrt(), vec_, x_, and xx_.
Referenced by counter.Counter::register(), SequenceTypes.Task::remove(), and SequenceTypes.Task::replace().
void sistrip::MeanAndStdDev::fit | ( | Params & | fit_params | ) |
Definition at line 104 of file Utility.cc.
References diffTreeTool::index, funct::m, sistrip::MeanAndStdDev::Params::mean_, sistrip::MeanAndStdDev::Params::median_, sistrip::MeanAndStdDev::Params::rms_, s_, mathSSE::sqrt(), lumiQTWidget::t, vec_, x_, and xx_.
Referenced by trackingPlots.Iteration::modules().
|
private |
|
private |
|
private |