#include <CastorPedestal.h>
Public Member Functions | |
CastorPedestal () | |
CastorPedestal (unsigned long fId, float fCap0, float fCap1, float fCap2, float fCap3, float wCap0=0, float wCap1=0, float wCap2=0, float wCap3=0) | |
float | getValue (int fCapId) const |
get value for capId = 0..3 More... | |
const float * | getValues () const |
get value for all capId = 0..3 More... | |
float | getWidth (int fCapId) const |
get width for capId = 0..3 More... | |
const float * | getWidths () const |
get width for all capId = 0..3 More... | |
uint32_t | rawId () const |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
uint32_t | mId |
float | mValue0 |
float | mValue1 |
float | mValue2 |
float | mValue3 |
float | mWidth0 |
float | mWidth1 |
float | mWidth2 |
float | mWidth3 |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Adapted for CASTOR by L. Mundim (26/03/2009)
Definition at line 16 of file CastorPedestal.h.
|
inline |
|
inline |
|
inline |
get value for capId = 0..3
Definition at line 21 of file CastorPedestal.h.
References getValues().
Referenced by CastorPedestalAnalysis::CastorPedVal().
|
inline |
get value for all capId = 0..3
Definition at line 19 of file CastorPedestal.h.
References mValue0.
Referenced by CastorDbXml::dumpObject(), CastorDbASCIIIO::dumpObject(), and getValue().
|
inline |
|
inline |
get width for all capId = 0..3
Definition at line 24 of file CastorPedestal.h.
References mWidth0.
Referenced by getWidth().
|
inline |
|
private |
|
friend |
Definition at line 65 of file CastorPedestal.h.
|
friend |
Definition at line 65 of file CastorPedestal.h.
|
private |
Definition at line 55 of file CastorPedestal.h.
Referenced by rawId().
|
private |
Definition at line 56 of file CastorPedestal.h.
Referenced by getValues().
|
private |
Definition at line 57 of file CastorPedestal.h.
|
private |
Definition at line 58 of file CastorPedestal.h.
|
private |
Definition at line 59 of file CastorPedestal.h.
|
private |
Definition at line 60 of file CastorPedestal.h.
Referenced by getWidths().
|
private |
Definition at line 61 of file CastorPedestal.h.
|
private |
Definition at line 62 of file CastorPedestal.h.
|
private |
Definition at line 63 of file CastorPedestal.h.