#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 14 of file CastorGain.h.
|
inline |
Definition at line 23 of file CastorGain.h.
|
inline |
Definition at line 25 of file CastorGain.h.
|
inline |
get value for capId = 0..3
Definition at line 19 of file CastorGain.h.
References getValues().
Referenced by CastorSimParameters::fCtoGeV().
|
inline |
get value for all capId = 0..3
Definition at line 17 of file CastorGain.h.
References mValue0.
Referenced by CastorDbXml::dumpObject(), getValue(), and CastorDbService::makeCastorCalibration().
|
inline |
|
private |
|
friend |
Definition at line 41 of file CastorGain.h.
|
friend |
Definition at line 41 of file CastorGain.h.
|
private |
Definition at line 35 of file CastorGain.h.
Referenced by rawId().
|
private |
Definition at line 36 of file CastorGain.h.
Referenced by getValues().
|
private |
Definition at line 37 of file CastorGain.h.
|
private |
Definition at line 38 of file CastorGain.h.
|
private |
Definition at line 39 of file CastorGain.h.