|  | Belle II Software light-2505-deimos
    | 
Storable object which can be filled with random chunk data of a certain size. More...
#include <TestChunkData.h>


| Public Member Functions | |
| TestChunkData (unsigned int size=0) | |
| Generate chunk data with (size // 8) bytes. | |
| Private Member Functions | |
| ClassDef (TestChunkData, 1) | |
| Making this class a ROOT class. | |
| Private Attributes | |
| std::vector< double > | m_chunkData | 
| Storage for the chunk data. | |
Storable object which can be filled with random chunk data of a certain size.
Can be used for measuring the streaming behavior of a certain multiprocessing implementation
Definition at line 22 of file TestChunkData.h.
| 
 | inline | 
Generate chunk data with (size // 8) bytes.
Definition at line 25 of file TestChunkData.h.
| 
 | private | 
Storage for the chunk data.
Definition at line 35 of file TestChunkData.h.