#include <CastorRecoParam.h>
Public Member Functions | |
CastorRecoParam () | |
CastorRecoParam (unsigned long fId, unsigned int fFirstSample, unsigned int fSamplesToAdd) | |
unsigned int | firstSample () const |
uint32_t | rawId () const |
unsigned int | samplesToAdd () const |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
uint32_t | mFirstSample |
uint32_t | mId |
uint32_t | mSamplesToAdd |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 14 of file CastorRecoParam.h.
|
inline |
Definition at line 16 of file CastorRecoParam.h.
|
inline |
Definition at line 18 of file CastorRecoParam.h.
|
inline |
Definition at line 23 of file CastorRecoParam.h.
References mFirstSample.
Referenced by CastorDbASCIIIO::dumpObject(), and CastorSimpleReconstructor::produce().
|
inline |
|
inline |
Definition at line 24 of file CastorRecoParam.h.
References mSamplesToAdd.
Referenced by CastorDbASCIIIO::dumpObject(), and CastorSimpleReconstructor::produce().
|
private |
|
friend |
Definition at line 31 of file CastorRecoParam.h.
|
friend |
Definition at line 31 of file CastorRecoParam.h.
|
private |
Definition at line 28 of file CastorRecoParam.h.
Referenced by firstSample().
|
private |
Definition at line 27 of file CastorRecoParam.h.
Referenced by rawId().
|
private |
Definition at line 29 of file CastorRecoParam.h.
Referenced by samplesToAdd().