#include <ZddConverter.h>
◆ convert() [1/2]
Definition at line 26 of file ZddConverter.cxx.
27{
28
29
30
31
32
33
34
35
36
37
38 uint32_t* pend = pdata + size;
39
40 while ( pdata < pend ) {
41 pdata = decodeBoard(pdata, evt);
42 }
43
44 if ( pdata != pend ) {
45 std::cout << "ZddConverter: there are problems within the event data size" << std::endl;
46 exit(1);
47 }
48
49 return true;
50}
Referenced by RawDataZddEventCnv::createObj().
◆ convert() [2/2]
◆ destroy() [1/2]
void ZddConverter::destroy |
( |
| ) |
|
|
static |
◆ destroy() [2/2]
static void ZddConverter::destroy |
( |
| ) |
|
|
static |
◆ instance() [1/2]
◆ instance() [2/2]
static ZddConverter * ZddConverter::instance |
( |
int |
runMode = 2 | ) |
|
|
static |
The documentation for this class was generated from the following files: