#include <ESPedestals.h>
Classes | |
struct | Zero |
Public Member Functions | |
float | getMean () const |
float | getRms () const |
Public Attributes | |
COND_SERIALIZABLE | |
float | mean |
float | rms |
Static Public Attributes | |
static const Zero | zero = {0.,0.} |
Definition at line 9 of file ESPedestals.h.
|
inline |
Definition at line 19 of file ESPedestals.h.
References mean.
|
inline |
Definition at line 23 of file ESPedestals.h.
References rms.
ESPedestal::COND_SERIALIZABLE |
Definition at line 27 of file ESPedestals.h.
float ESPedestal::mean |
Definition at line 14 of file ESPedestals.h.
Referenced by getMean(), and ESTrivialConditionRetriever::produceESPedestals().
float ESPedestal::rms |
Definition at line 15 of file ESPedestals.h.
Referenced by getRms().
|
static |
Definition at line 12 of file ESPedestals.h.