![]() |
Project
|
This file provides the structs for storing the factorized IDC values and fourier coefficients to be stored in the CCDB. More...
#include <array>
#include <vector>
#include <limits>
#include "DataFormatsTPC/Defs.h"
#include "TPCCalibration/IDCGroupingParameter.h"
#include "TPCCalibration/SACParameter.h"
Go to the source code of this file.
Classes | |
struct | o2::tpc::IDCDeltaContainer< DataT > |
struct containing the IDC delta values More... | |
struct | o2::tpc::IDCDeltaCompressionFactors |
struct | o2::tpc::IDCDelta< DataT > |
struct to access and set Delta IDCs More... | |
struct | o2::tpc::IDCDelta< float > |
struct containing the IDC0 values More... | |
struct | o2::tpc::IDCZero |
struct containing the ITPC0 values (integrated TPC clusters) More... | |
struct | o2::tpc::ITPCZero |
struct containing the IDC1 More... | |
struct | o2::tpc::IDCOne |
class | o2::tpc::IDCOneAggregator |
Helper class for aggregation of 1D-IDCs from different CRUs. More... | |
struct | o2::tpc::FourierCoeff |
struct containing the fourier coefficients calculated from IDC0 for n timeframes More... | |
struct | o2::tpc::SACZero |
struct | o2::tpc::SACOne |
struct | o2::tpc::SACDelta< DataT > |
struct | o2::tpc::FourierCoeffSAC |
class | o2::tpc::IDCDeltaCompressionHelper< DataT > |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::tpc |
Global TPC definitions and constants. | |
Typedefs | |
using | o2::tpc::SACType = IDCType |
define alias for SACs | |
Enumerations | |
enum class | o2::tpc::IDCType { o2::tpc::IDC = 0 , o2::tpc::IDCZero = 1 , o2::tpc::IDCOne = 2 , o2::tpc::IDCDelta = 3 , o2::tpc::IDCOutlier = 4 } |
IDC types. More... | |
enum class | o2::tpc::IDCDeltaCompression { o2::tpc::NO = 0 , o2::tpc::MEDIUM = 1 , o2::tpc::HIGH = 2 } |
IDC Delta IDC Compression types. More... | |
This file provides the structs for storing the factorized IDC values and fourier coefficients to be stored in the CCDB.
Definition in file IDCContainer.h.