![]() |
Project
|
Typedefs | |
using | ADCCallback = std::function< bool(int cru, int rowInSector, int padInRow, int timeBin, float adcValue)> |
Functions | |
bool | processZSdata (const char *data, size_t size, rdh_utils::FEEIDType feeId, uint32_t orbit, uint32_t referenceOrbit, uint32_t syncOffsetReference, ADCCallback fillADC) |
using o2::tpc::raw_processing_helpers::ADCCallback = typedef std::function<bool(int cru, int rowInSector, int padInRow, int timeBin, float adcValue)> |
Definition at line 26 of file RawProcessingHelpers.h.
bool o2::tpc::raw_processing_helpers::processZSdata | ( | const char * | data, |
size_t | size, | ||
rdh_utils::FEEIDType | feeId, | ||
uint32_t | orbit, | ||
uint32_t | referenceOrbit, | ||
uint32_t | syncOffsetReference, | ||
ADCCallback | fillADC | ||
) |
Definition at line 29 of file RawProcessingHelpers.cxx.