Project
Loading...
Searching...
No Matches
o2::tpc::GridProperties< DataT > Struct Template Reference

#include <PoissonSolverHelpers.h>

Static Public Member Functions

static constexpr DataT getRMin ()
 
static constexpr DataT getZMin ()
 
static constexpr DataT getPhiMin ()
 
static constexpr DataT getGridSpacingR (const unsigned int nR)
 
static constexpr DataT getGridSpacingZ (const unsigned int nZ)
 
static constexpr DataT getGridSpacingPhi (const unsigned int nPhi)
 

Static Public Attributes

static constexpr DataT RMIN {TPCParameters<DataT>::IFCRADIUS}
 min radius
 
static constexpr DataT ZMIN {0}
 min z coordinate
 
static constexpr DataT PHIMIN {0}
 min phi coordinate
 
static constexpr DataT RMAX {TPCParameters<DataT>::OFCRADIUS}
 max radius
 
static constexpr DataT ZMAX {TPCParameters<DataT>::TPCZ0}
 max z coordinate
 
static constexpr DataT PHIMAX {static_cast<DataT>(o2::constants::math::TwoPI)}
 max phi coordinate
 

Detailed Description

template<typename DataT = double>
struct o2::tpc::GridProperties< DataT >

Definition at line 84 of file PoissonSolverHelpers.h.

Member Function Documentation

◆ getGridSpacingPhi()

template<typename DataT = double>
static constexpr DataT o2::tpc::GridProperties< DataT >::getGridSpacingPhi ( const unsigned int  nPhi)
inlinestaticconstexpr

Definition at line 103 of file PoissonSolverHelpers.h.

◆ getGridSpacingR()

template<typename DataT = double>
static constexpr DataT o2::tpc::GridProperties< DataT >::getGridSpacingR ( const unsigned int  nR)
inlinestaticconstexpr
Returns
returns grid spacing in z direction

Definition at line 97 of file PoissonSolverHelpers.h.

◆ getGridSpacingZ()

template<typename DataT = double>
static constexpr DataT o2::tpc::GridProperties< DataT >::getGridSpacingZ ( const unsigned int  nZ)
inlinestaticconstexpr
Returns
returns grid spacing in phi direction

Definition at line 100 of file PoissonSolverHelpers.h.

◆ getPhiMin()

template<typename DataT = double>
static constexpr DataT o2::tpc::GridProperties< DataT >::getPhiMin ( )
inlinestaticconstexpr
Returns
returns grid spacing in r direction

Definition at line 94 of file PoissonSolverHelpers.h.

◆ getRMin()

template<typename DataT = double>
static constexpr DataT o2::tpc::GridProperties< DataT >::getRMin ( )
inlinestaticconstexpr

Definition at line 92 of file PoissonSolverHelpers.h.

◆ getZMin()

template<typename DataT = double>
static constexpr DataT o2::tpc::GridProperties< DataT >::getZMin ( )
inlinestaticconstexpr

Definition at line 93 of file PoissonSolverHelpers.h.

Member Data Documentation

◆ PHIMAX

template<typename DataT = double>
constexpr DataT o2::tpc::GridProperties< DataT >::PHIMAX {static_cast<DataT>(o2::constants::math::TwoPI)}
staticconstexpr

max phi coordinate

Definition at line 90 of file PoissonSolverHelpers.h.

◆ PHIMIN

template<typename DataT = double>
constexpr DataT o2::tpc::GridProperties< DataT >::PHIMIN {0}
staticconstexpr

min phi coordinate

Definition at line 87 of file PoissonSolverHelpers.h.

◆ RMAX

template<typename DataT = double>
constexpr DataT o2::tpc::GridProperties< DataT >::RMAX {TPCParameters<DataT>::OFCRADIUS}
staticconstexpr

max radius

Definition at line 88 of file PoissonSolverHelpers.h.

◆ RMIN

template<typename DataT = double>
constexpr DataT o2::tpc::GridProperties< DataT >::RMIN {TPCParameters<DataT>::IFCRADIUS}
staticconstexpr

min radius

Definition at line 85 of file PoissonSolverHelpers.h.

◆ ZMAX

template<typename DataT = double>
constexpr DataT o2::tpc::GridProperties< DataT >::ZMAX {TPCParameters<DataT>::TPCZ0}
staticconstexpr

max z coordinate

Definition at line 89 of file PoissonSolverHelpers.h.

◆ ZMIN

template<typename DataT = double>
constexpr DataT o2::tpc::GridProperties< DataT >::ZMIN {0}
staticconstexpr

min z coordinate

Definition at line 86 of file PoissonSolverHelpers.h.


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