Project
Loading...
Searching...
No Matches
test_TableSpawner.cxx File Reference
#include <catch_amalgamated.hpp>
#include "Framework/AnalysisHelpers.h"
#include <Framework/AnalysisDataModel.h>
#include <Framework/TableBuilder.h>

Go to the source code of this file.

Namespaces

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
 

Functions

 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")
 

Function Documentation

◆ TEST_CASE()

TEST_CASE ( "TestTableSpawner"  )

Definition at line 37 of file test_TableSpawner.cxx.