#include <EcalTBTDCRawInfo.h>
Public Member Functions | |
unsigned int | channels () const |
EcalTBTDCRawInfo () | |
EcalTBTDCRawInfo (unsigned int channels) | |
const EcalTBTDCSample & | operator[] (unsigned int i) const |
const EcalTBTDCSample & | sample (unsigned int i) const |
void | setSample (unsigned int i, const EcalTBTDCSample &sam) |
void | setSize (unsigned int size) |
Set methods. More... | |
unsigned int | size () const |
Get methods. More... | |
Private Attributes | |
std::vector< EcalTBTDCSample > | data_ |
Definition at line 13 of file EcalTBTDCRawInfo.h.
|
inline |
Definition at line 15 of file EcalTBTDCRawInfo.h.
|
inline |
|
inline |
Definition at line 21 of file EcalTBTDCRawInfo.h.
References data_.
Referenced by EcalTBTDCRawInfo().
|
inline |
|
inline |
Definition at line 23 of file EcalTBTDCRawInfo.h.
References data_, and mps_fire::i.
Referenced by operator<<().
|
inline |
Definition at line 31 of file EcalTBTDCRawInfo.h.
References data_, and mps_fire::i.
Referenced by CamacTBDataFormatter::interpretRawData().
|
inline |
Set methods.
Definition at line 26 of file EcalTBTDCRawInfo.h.
Referenced by CamacTBDataFormatter::interpretRawData().
|
inline |
Get methods.
Definition at line 20 of file EcalTBTDCRawInfo.h.
References data_.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), operator<<(), and setSize().
|
private |
Definition at line 36 of file EcalTBTDCRawInfo.h.
Referenced by channels(), EcalTBTDCRawInfo(), operator[](), sample(), setSample(), setSize(), and size().