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

Go to the source code of this file.

Namespaces

namespace  test
 FIXME: do not use data model tables.
 

Functions

 test::DECLARE_SOA_COLUMN_FULL (X, x, int32_t, "x")
 
 test::DECLARE_SOA_COLUMN_FULL (Y, y, int32_t, "y")
 
 test::DECLARE_SOA_COLUMN_FULL (Z, z, int32_t, "z")
 
 test::DECLARE_SOA_COLUMN_FULL (FloatZ, floatZ, float, "floatZ")
 
 test::DECLARE_SOA_DYNAMIC_COLUMN (Sum, sum, [](int32_t x, int32_t y) { return x+y;})
 
 TEST_CASE ("IteratorTuple")
 
 TEST_CASE ("CombinationsGeneratorConstruction")
 
 TEST_CASE ("Combinations")
 
 TEST_CASE ("BreakingCombinations")
 
 TEST_CASE ("SmallTableCombinations")
 
 TEST_CASE ("BlockCombinations")
 
 TEST_CASE ("CombinationsHelpers")
 
 TEST_CASE ("ConstructorsWithoutTables")
 
 TEST_CASE ("BlockCombinationsCounters")
 

Function Documentation

◆ TEST_CASE() [1/9]

TEST_CASE ( "BlockCombinations"  )

Definition at line 907 of file test_ASoAHelpers.cxx.

◆ TEST_CASE() [2/9]

TEST_CASE ( "BlockCombinationsCounters"  )

Definition at line 1329 of file test_ASoAHelpers.cxx.

◆ TEST_CASE() [3/9]

TEST_CASE ( "BreakingCombinations"  )

Definition at line 787 of file test_ASoAHelpers.cxx.

◆ TEST_CASE() [4/9]

TEST_CASE ( "Combinations"  )

Definition at line 314 of file test_ASoAHelpers.cxx.

◆ TEST_CASE() [5/9]

TEST_CASE ( "CombinationsGeneratorConstruction"  )

Definition at line 92 of file test_ASoAHelpers.cxx.

◆ TEST_CASE() [6/9]

TEST_CASE ( "CombinationsHelpers"  )

Definition at line 1192 of file test_ASoAHelpers.cxx.

◆ TEST_CASE() [7/9]

TEST_CASE ( "ConstructorsWithoutTables"  )

Definition at line 1299 of file test_ASoAHelpers.cxx.

◆ TEST_CASE() [8/9]

TEST_CASE ( "IteratorTuple"  )

Definition at line 30 of file test_ASoAHelpers.cxx.

◆ TEST_CASE() [9/9]

TEST_CASE ( "SmallTableCombinations"  )

Definition at line 850 of file test_ASoAHelpers.cxx.