#include <ESPedestals.h>
Classes | |
struct | Zero |
Public Member Functions | |
float | getMean () const |
float | getRms () const |
Public Attributes | |
float | mean |
float | rms |
Static Public Attributes | |
static const Zero | zero = {0., 0.} |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 8 of file ESPedestals.h.
|
inline |
|
inline |
|
private |
|
friend |
Definition at line 24 of file ESPedestals.h.
|
friend |
Definition at line 24 of file ESPedestals.h.
float ESPedestal::mean |
Definition at line 16 of file ESPedestals.h.
Referenced by getMean(), ESTrivialConditionRetriever::produceESPedestals(), and StoreESCondition::readESPedestalsFromFile().
float ESPedestal::rms |
Definition at line 17 of file ESPedestals.h.
Referenced by getRms(), ESTrivialConditionRetriever::produceESPedestals(), and StoreESCondition::readESPedestalsFromFile().
|
static |
Definition at line 14 of file ESPedestals.h.