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::aod |
|
namespace | o2::aod::test |
|
|
| o2::aod::test::DECLARE_SOA_COLUMN (X, x, float) |
|
| o2::aod::test::DECLARE_SOA_COLUMN (Y, y, float) |
|
| o2::aod::test::DECLARE_SOA_COLUMN (Z, z, float) |
|
| o2::aod::test::DECLARE_SOA_EXPRESSION_COLUMN (Rsq, rsq, float, test::x *test::x+test::y *test::y+test::z *test::z) |
|
| o2::aod::test::DECLARE_SOA_EXPRESSION_COLUMN (Sin, sin, float, test::x/nsqrt(test::x *test::x+test::y *test::y)) |
|
| o2::aod::DECLARE_SOA_TABLE (Points, "AOD", "PTSNG", test::X, test::Y, test::Z) |
|
| o2::aod::DECLARE_SOA_EXTENDED_TABLE (ExPoints, Points, "EXPTSNG", 0, test::Rsq, test::Sin) |
|
| TEST_CASE ("TestTableSpawner") |
|
◆ TEST_CASE()
TEST_CASE |
( |
"TestTableSpawner" |
| ) |
|