Project
Loading...
Searching...
No Matches
o2::strangeness_tracking::IndexTableUtils Struct Reference

#include <IndexTableUtils.h>

Public Member Functions

int getEtaBin (float eta)
 
int getPhiBin (float phi)
 
int getBinIndex (float eta, float phi)
 
std::vector< intgetBinRect (float eta, float phi, float deltaEta, float deltaPhi)
 

Public Attributes

int mEtaBins = 128
 
int mPhiBins = 128
 
float minEta = -1.5
 
float maxEta = 1.5
 
float minPhi = 0.
 
float maxPhi = 2 * TMath::Pi()
 

Detailed Description

Definition at line 25 of file IndexTableUtils.h.

Member Function Documentation

◆ getBinIndex()

int o2::strangeness_tracking::IndexTableUtils::getBinIndex ( float  eta,
float  phi 
)
inline

Definition at line 49 of file IndexTableUtils.h.

◆ getBinRect()

std::vector< int > o2::strangeness_tracking::IndexTableUtils::getBinRect ( float  eta,
float  phi,
float  deltaEta,
float  deltaPhi 
)
inline

Definition at line 58 of file IndexTableUtils.h.

◆ getEtaBin()

int o2::strangeness_tracking::IndexTableUtils::getEtaBin ( float  eta)
inline

Definition at line 35 of file IndexTableUtils.h.

◆ getPhiBin()

int o2::strangeness_tracking::IndexTableUtils::getPhiBin ( float  phi)
inline

Definition at line 42 of file IndexTableUtils.h.

Member Data Documentation

◆ maxEta

float o2::strangeness_tracking::IndexTableUtils::maxEta = 1.5

Definition at line 31 of file IndexTableUtils.h.

◆ maxPhi

float o2::strangeness_tracking::IndexTableUtils::maxPhi = 2 * TMath::Pi()

Definition at line 32 of file IndexTableUtils.h.

◆ mEtaBins

int o2::strangeness_tracking::IndexTableUtils::mEtaBins = 128

Definition at line 30 of file IndexTableUtils.h.

◆ minEta

float o2::strangeness_tracking::IndexTableUtils::minEta = -1.5

Definition at line 31 of file IndexTableUtils.h.

◆ minPhi

float o2::strangeness_tracking::IndexTableUtils::minPhi = 0.

Definition at line 32 of file IndexTableUtils.h.

◆ mPhiBins

int o2::strangeness_tracking::IndexTableUtils::mPhiBins = 128

Definition at line 30 of file IndexTableUtils.h.


The documentation for this struct was generated from the following file: