#include <CastorGain.h>
Public Member Functions | |
CastorGain () | |
CastorGain (unsigned long fId, float fCap0, float fCap1, float fCap2, float fCap3) | |
float | getValue (int fCapId) const |
get value for capId = 0..3 More... | |
const float * | getValues () const |
get value 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 |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 13 of file CastorGain.h.
|
inline |
Definition at line 22 of file CastorGain.h.
|
inline |
Definition at line 24 of file CastorGain.h.
|
inline |
get value for capId = 0..3
Definition at line 18 of file CastorGain.h.
References getValues().
Referenced by CastorSimParameters::fCtoGeV().
|
inline |
get value for all capId = 0..3
Definition at line 16 of file CastorGain.h.
References mValue0.
Referenced by CastorDbXml::dumpObject(), getValue(), and CastorDbService::makeCastorCalibration().
|
inline |
|
private |
|
friend |
Definition at line 36 of file CastorGain.h.
|
friend |
Definition at line 36 of file CastorGain.h.
|
private |
Definition at line 30 of file CastorGain.h.
Referenced by rawId().
|
private |
Definition at line 31 of file CastorGain.h.
Referenced by getValues().
|
private |
Definition at line 32 of file CastorGain.h.
|
private |
Definition at line 33 of file CastorGain.h.
|
private |
Definition at line 34 of file CastorGain.h.