![]() |
Project
|
#include "GPUO2InterfaceUtils.h"
#include "GPUO2InterfaceConfiguration.h"
#include "GPUO2InterfaceRefit.h"
#include "TPCPadGainCalib.h"
#include "CalibdEdxContainer.h"
#include "TPCBase/Sector.h"
#include "DataFormatsTPC/Digit.h"
#include "GPUParam.h"
#include "GPUReconstructionConvert.h"
#include "DetectorsRaw/RDHUtils.h"
#include "TPCBase/CRU.h"
#include "TPCBase/RDHUtils.h"
#include "DataFormatsTPC/ZeroSuppression.h"
#include <gsl/span>
Go to the source code of this file.
Typedefs | |
using | DigitArray = std::array< gsl::span< const o2::tpc::Digit >, o2::tpc::Sector::MAXSECTOR > |
using DigitArray = std::array<gsl::span<const o2::tpc::Digit>, o2::tpc::Sector::MAXSECTOR> |
Definition at line 33 of file GPUO2InterfaceUtils.cxx.