![]() |
Project
|
Classes | |
class | DataSet |
Simple helper struct to keep the InputRecord and ownership of messages together with some test data. More... | |
Typedefs | |
using | RAWDataHeader = RAWDataHeaderV6 |
using | AmendRawDataHeader = std::function< void(RAWDataHeader &)> |
Functions | |
DataSet | createData (std::vector< InputSpec > const &inputspecs, std::vector< DataHeader > const &dataheaders, AmendRawDataHeader amendRdh) |
using o2::framework::test::AmendRawDataHeader = typedef std::function<void(RAWDataHeader&)> |
Definition at line 63 of file RawPageTestData.h.
using o2::framework::test::RAWDataHeader = typedef RAWDataHeaderV6 |
Definition at line 33 of file RawPageTestData.h.
DataSet o2::framework::test::createData | ( | std::vector< InputSpec > const & | inputspecs, |
std::vector< DataHeader > const & | dataheaders, | ||
AmendRawDataHeader | amendRdh | ||
) |
Definition at line 24 of file RawPageTestData.cxx.