#include <CScalerBank.h>
Inheritance diagram for CScalerBank:
Public Member Functions | |
CScalerBank (CTCLInterpreter *pInterp, CDigitizerDictionary *pDictionary) | |
virtual | ~CScalerBank () |
ULong_t * | Read (ULong_t *pBuffer) |
CScalerBank (CTCLInterpreter *pInterp, CDigitizerDictionary *pDictionary) | |
virtual | ~CScalerBank () |
ULong_t * | Read (ULong_t *pBuffer) |
Private Member Functions | |
CScalerBank (const CScalerBank &aCScalerBank) | |
CScalerBank & | operator= (const CScalerBank &aCScalerBank) |
int | operator== (const CScalerBank &aCScalerBank) const |
int | operator!= (const CScalerBank &aCScalerBank) const |
CScalerBank (const CScalerBank &aCScalerBank) | |
CScalerBank & | operator= (const CScalerBank &aCScalerBank) |
int | operator== (const CScalerBank &aCScalerBank) const |
int | operator!= (const CScalerBank &aCScalerBank) const |
Definition at line 45 of file CScalerBank.h.
|
Construct a scaler bank. All the real work is done in the base class:
Definition at line 33 of file CScalerBank.cpp. References pDictionary(), and pInterp(). |
|
Destroys a scaler bank. All the real work is done by the base class. Definition at line 44 of file CScalerBank.cpp. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reads data from the scaler banks, putting it into the buffer passed in.
Definition at line 65 of file CScalerBank.cpp. References CReadOrder::ModuleIterator, CScalerModule::Read(), CReadOrder::readerbegin(), and CReadOrder::readerend(). |