![]() |
Project
|
#include "DetectorsRaw/RawFileWriter.h"#include "TPCBase/Sector.h"#include "DataFormatsTPC/Digit.h"#include "TPCBase/Mapper.h"#include "GPUReconstructionConvert.h"#include "TPCFastTransformPOD.h"#include "GPUTPCClusterData.h"#include "GPUO2DataTypes.h"#include "GPUDataTypesIO.h"#include "GPUTPCGeometry.h"#include "AliHLTTPCRawCluster.h"#include "GPUParam.h"#include "GPULogging.h"#include <algorithm>#include <vector>#include "clusterFinderDefs.h"#include "DataFormatsTPC/ZeroSuppression.h"#include "DataFormatsTPC/ZeroSuppressionLinkBased.h"#include "DataFormatsTPC/Constants.h"#include "CommonConstants/LHCConstants.h"#include "TPCBase/RDHUtils.h"#include "TPCBase/CRU.h"#include "DetectorsRaw/RDHUtils.h"#include <oneapi/tbb.h>Go to the source code of this file.
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::gpu |
| namespace | o2::gpu::internal |
Definition in file GPUReconstructionConvert.cxx.
| std::vector<uint16_t> adcValues = {} |
Definition at line 434 of file GPUReconstructionConvert.cxx.
| int32_t bcShiftInFirstHBF = 0 |
Definition at line 164 of file GPUReconstructionConvert.cxx.
| std::bitset<80> bitmask = {} |
Definition at line 435 of file GPUReconstructionConvert.cxx.
| int32_t curRegion = 0 |
Definition at line 151 of file GPUReconstructionConvert.cxx.
| TPCZSTBHDR* curTBHdr = nullptr |
Definition at line 222 of file GPUReconstructionConvert.cxx.
| uint16_t curTimeBin = 0 |
Definition at line 698 of file GPUReconstructionConvert.cxx.
| uint32_t encodeBits = 0 |
Definition at line 152 of file GPUReconstructionConvert.cxx.
| float encodeBitsFactor = 0 |
Definition at line 166 of file GPUReconstructionConvert.cxx.
| int32_t endpoint = 0 |
Definition at line 160 of file GPUReconstructionConvert.cxx.
| int32_t endpointStart = 0 |
Definition at line 225 of file GPUReconstructionConvert.cxx.
| bool finishPage = false |
Definition at line 433 of file GPUReconstructionConvert.cxx.
| int32_t firstTimebinInPage = -1 |
Definition at line 165 of file GPUReconstructionConvert.cxx.
| int64_t hbf = -1 |
Definition at line 161 of file GPUReconstructionConvert.cxx.
| TPCZSHDRV2* hdr = nullptr |
Definition at line 221 of file GPUReconstructionConvert.cxx.
| TPCZSHDRV2 hdrBuffer |
Definition at line 429 of file GPUReconstructionConvert.cxx.
| int32_t inverseChannelMapping[5][32] |
Definition at line 430 of file GPUReconstructionConvert.cxx.
| const o2::InteractionRecord* ir = nullptr |
Definition at line 156 of file GPUReconstructionConvert.cxx.
| uint32_t iSector = 0 |
Definition at line 154 of file GPUReconstructionConvert.cxx.
| int32_t lastEndpoint = -2 |
Definition at line 159 of file GPUReconstructionConvert.cxx.
| int32_t lastRow = GPUTPCGeometry::NROWS |
Definition at line 159 of file GPUReconstructionConvert.cxx.
| int32_t lastTime = -1 |
Definition at line 159 of file GPUReconstructionConvert.cxx.
| int32_t link = 0 |
Definition at line 432 of file GPUReconstructionConvert.cxx.
| bool needAnotherPage = false |
Definition at line 167 of file GPUReconstructionConvert.cxx.
| int64_t nexthbf = 0 |
Definition at line 161 of file GPUReconstructionConvert.cxx.
| int32_t nRowsInTB = 0 |
Definition at line 226 of file GPUReconstructionConvert.cxx.
| int32_t nSamples = 0 |
Definition at line 431 of file GPUReconstructionConvert.cxx.
| uint8_t* nSeq = nullptr |
Definition at line 223 of file GPUReconstructionConvert.cxx.
| int32_t outputEndpoint = 0 |
Definition at line 160 of file GPUReconstructionConvert.cxx.
| int32_t outputRegion = 0 |
Definition at line 151 of file GPUReconstructionConvert.cxx.
| uint32_t packetCounter = 0 |
Definition at line 168 of file GPUReconstructionConvert.cxx.
| bool padding = false |
Definition at line 158 of file GPUReconstructionConvert.cxx.
| zsPage* page = nullptr |
Definition at line 162 of file GPUReconstructionConvert.cxx.
| uint32_t pageCounter = 0 |
Definition at line 169 of file GPUReconstructionConvert.cxx.
| uint8_t* pagePtr = nullptr |
Definition at line 163 of file GPUReconstructionConvert.cxx.
Definition at line 157 of file GPUReconstructionConvert.cxx.
| o2::raw::RawFileWriter* raw = nullptr |
Definition at line 155 of file GPUReconstructionConvert.cxx.
| int32_t seqLen = 0 |
Definition at line 224 of file GPUReconstructionConvert.cxx.
| std::vector<uint8_t> sequenceBuffer |
Definition at line 699 of file GPUReconstructionConvert.cxx.
| std::vector<uint16_t> sequenceBufferADC |
Definition at line 700 of file GPUReconstructionConvert.cxx.
| std::array<uint16_t, TPCZSHDR::TPC_ZS_PAGE_SIZE> streamBuffer = {} |
Definition at line 219 of file GPUReconstructionConvert.cxx.
| std::array<uint8_t, TPCZSHDR::TPC_ZS_PAGE_SIZE> streamBuffer8 = {} |
Definition at line 220 of file GPUReconstructionConvert.cxx.
| uint32_t streamSize = 0 |
Definition at line 227 of file GPUReconstructionConvert.cxx.
| uint32_t streamSize8 = 0 |
Definition at line 227 of file GPUReconstructionConvert.cxx.
| uint32_t zsVersion = 0 |
Definition at line 153 of file GPUReconstructionConvert.cxx.