Go to the source code of this file.
|
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.
|
|
|
template<typename DataT > |
DataT | o2::tpc::getPhiVertex (const size_t indexPhi, const o2::tpc::RegularGrid3D< DataT > &grid) |
|
template<typename DataT > |
DataT | o2::tpc::getRVertex (const size_t indexR, const o2::tpc::RegularGrid3D< DataT > &grid) |
|
template<typename DataT > |
DataT | o2::tpc::getZVertex (const size_t indexZ, const o2::tpc::RegularGrid3D< DataT > &grid) |
|
template<typename DataT > |
void | o2::tpc::setChargeDensityFromFormula (const AnalyticalFields< DataT > &formulas, const o2::tpc::RegularGrid3D< DataT > &grid, o2::tpc::DataContainer3D< DataT > &density) |
|
template<typename DataT > |
void | o2::tpc::setPotentialFromFormula (const AnalyticalFields< DataT > &formulas, const o2::tpc::RegularGrid3D< DataT > &grid, o2::tpc::DataContainer3D< DataT > &potential) |
|
template<typename DataT > |
void | o2::tpc::setPotentialBoundaryFromFormula (const AnalyticalFields< DataT > &formulas, const o2::tpc::RegularGrid3D< DataT > &grid, o2::tpc::DataContainer3D< DataT > &potential) |
|
template<typename DataT > |
void | o2::tpc::testAlmostEqualArray (o2::tpc::DataContainer3D< DataT > &analytical, o2::tpc::DataContainer3D< DataT > &numerical) |
|
template<typename DataT > |
void | o2::tpc::testAlmostEqualArray2D (o2::tpc::DataContainer3D< DataT > &analytical, o2::tpc::DataContainer3D< DataT > &numerical) |
|
template<typename DataT > |
void | o2::tpc::poissonSolver3D () |
|
template<typename DataT > |
void | o2::tpc::poissonSolver2D () |
|
| o2::tpc::BOOST_AUTO_TEST_CASE (PoissonSolver3D_test) |
|
| o2::tpc::BOOST_AUTO_TEST_CASE (PoissonSolver3D2D_test) |
|
| o2::tpc::BOOST_AUTO_TEST_CASE (PoissonSolver2D_test) |
|
◆ BOOST_TEST_DYN_LINK
#define BOOST_TEST_DYN_LINK |
◆ BOOST_TEST_MAIN
◆ BOOST_TEST_MODULE
#define BOOST_TEST_MODULE Test TPC O2TPCSpaceCharge3DCalc class |