#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 uint32_t* pend = pdata + size;
38
39 while ( pdata < pend ) {
40 pdata = decodeBoard(pdata, evt);
41 }
42
43 if ( pdata != pend ) {
44 std::cout << "ZddConverter: there are problems within the event data size" << std::endl;
45 exit(1);
46 }
47
48 return true;
49}
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: