#include <EcalPedestals.h>
Classes | |
struct | Zero |
Public Member Functions | |
EcalPedestal () | |
float | mean (int i) const |
float const * | mean_rms (int i) const |
float | rms (int i) const |
Public Attributes | |
float | mean_x1 |
float | mean_x12 |
float | mean_x6 |
float | rms_x1 |
float | rms_x12 |
float | rms_x6 |
Static Public Attributes | |
static const Zero | zero |
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 EcalPedestals.h.
|
inline |
Definition at line 9 of file EcalPedestals.h.
|
inline |
|
inline |
Definition at line 27 of file EcalPedestals.h.
References mps_fire::i, mean_x12, EcalPedestal::Zero::z1, and zero.
|
inline |
|
private |
|
friend |
Definition at line 45 of file EcalPedestals.h.
|
friend |
Definition at line 45 of file EcalPedestals.h.
float EcalPedestal::mean_x1 |
Definition at line 23 of file EcalPedestals.h.
Referenced by ECALpedestalPCLHarvester::dqmEndJob().
float EcalPedestal::mean_x12 |
Definition at line 19 of file EcalPedestals.h.
Referenced by ECALpedestalPCLHarvester::checkVariation(), ECALpedestalPCLHarvester::dqmEndJob(), mean(), and mean_rms().
float EcalPedestal::mean_x6 |
Definition at line 21 of file EcalPedestals.h.
Referenced by ECALpedestalPCLHarvester::dqmEndJob().
float EcalPedestal::rms_x1 |
Definition at line 24 of file EcalPedestals.h.
Referenced by ECALpedestalPCLHarvester::dqmEndJob().
float EcalPedestal::rms_x12 |
Definition at line 20 of file EcalPedestals.h.
Referenced by ECALpedestalPCLHarvester::checkVariation(), ECALpedestalPCLHarvester::dqmEndJob(), and rms().
float EcalPedestal::rms_x6 |
Definition at line 22 of file EcalPedestals.h.
Referenced by ECALpedestalPCLHarvester::dqmEndJob().
|
static |
Definition at line 17 of file EcalPedestals.h.
Referenced by mean_rms().