Project
Loading...
Searching...
No Matches
IndexTableUtils.h File Reference

Shared index-table utilities for periodic-phi surface charts. More...

#include <algorithm>
#include <array>
#include <cstddef>
#include <gsl/span>
#include "CommonConstants/MathConstants.h"
#include "GPUCommonMath.h"
#include "GPUCommonDef.h"
#include "ITSMFTTracking/Configuration.h"
#include "ITSMFTTracking/IdTypes.h"
#include "ITSMFTTracking/MathUtils.h"

Go to the source code of this file.

Classes

class  o2::itsmft::IndexTableUtilsCore
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::itsmft
 

Enumerations

enum class  o2::itsmft::IndexTableCoordType : uint8_t { o2::itsmft::PhiZ , o2::itsmft::PhiR }
 

Functions

 o2::itsmft::GPUhdi () int4 getBinsPhiColumn(float phi
 
 o2::itsmft::if (colRangeMax< utils.getLayerColMin(layerIndex)||colRangeMin > utils.getLayerColMax(layerIndex)||colRangeMin > colRangeMax)
 

Variables

const int o2::itsmft::layerIndex
 
const int float o2::itsmft::col
 
const int float float o2::itsmft::maxDeltaCol
 
const int float float float o2::itsmft::maxDeltaRow
 
const int float float float const IndexTableUtilsCore & o2::itsmft::utils
 
const float o2::itsmft::rowRangeMin = (maxDeltaRow > o2::constants::math::PI) ? 0.f : phi - maxDeltaRow
 
const float o2::itsmft::colRangeMax = col + maxDeltaCol
 
const float o2::itsmft::rowRangeMax = (maxDeltaRow > o2::constants::math::PI) ? o2::constants::math::TwoPI : phi + maxDeltaRow
 
return o2::itsmft::int4
 

Detailed Description

Shared index-table utilities for periodic-phi surface charts.

Definition in file IndexTableUtils.h.