Belle II Software  release-08-01-10
TestChunkData Class Reference

Storable object which can be filled with random chunk data of a certain size. More...

#include <TestChunkData.h>

Inheritance diagram for TestChunkData:
Collaboration diagram for TestChunkData:

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.
 

Detailed Description

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.


The documentation for this class was generated from the following file: