12#ifndef O2_TPC_RawProcessingHelpers_H
13#define O2_TPC_RawProcessingHelpers_H
23namespace raw_processing_helpers
26using ADCCallback = std::function<bool(
int cru,
int rowInSector,
int padInRow,
int timeBin,
float adcValue)>;
bool processZSdata(const char *data, size_t size, rdh_utils::FEEIDType feeId, uint32_t orbit, uint32_t referenceOrbit, uint32_t syncOffsetReference, ADCCallback fillADC)
std::function< bool(int cru, int rowInSector, int padInRow, int timeBin, float adcValue)> ADCCallback
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...