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