Project
Loading...
Searching...
No Matches
test_AnalysisTask.cxx File Reference
#include "Mocking.h"
#include "TestClasses.h"
#include "Framework/AnalysisTask.h"
#include "Framework/AnalysisDataModel.h"
#include <catch_amalgamated.hpp>

Go to the source code of this file.

Classes

struct  ATask
 
struct  ATaskconsumer
 
class  BTask
 
struct  CTask
 
struct  DTask
 
struct  ETask
 
struct  FTask
 
struct  GTask
 
struct  HTask
 
struct  ITask
 
struct  JTask
 
struct  TestCCDBObject
 
struct  KTask
 
struct  LTask
 

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
 
namespace  o2::aod::idx
 

Functions

 o2::aod::O2HASH ("TestA/0")
 
 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_COLUMN (Foo, foo, float)
 
 o2::aod::test::DECLARE_SOA_COLUMN (Bar, bar, float)
 
 o2::aod::test::DECLARE_SOA_COLUMN (EventProperty, eventProperty, float)
 
 o2::aod::test::DECLARE_SOA_DYNAMIC_COLUMN (Sum, sum, [](float x, float y) { return x+y;})
 
 o2::aod::test::DECLARE_SOA_EXPRESSION_COLUMN (Sqfoo, sqfoo, float, nsqrt(test::foo))
 
 o2::aod::DECLARE_SOA_TABLE (Foos, "AOD", "FOO", test::Foo)
 
 o2::aod::DECLARE_SOA_EXTENDED_TABLE (Fooss, Foos, "FOOS", 0, test::Sqfoo)
 
 o2::aod::DECLARE_SOA_TABLE (Bars, "AOD", "BAR", test::Bar)
 
 o2::aod::DECLARE_SOA_TABLE (FooBars, "AOD", "FOOBAR", test::Foo, test::Bar, test::Sum< test::Foo, test::Bar >)
 
 o2::aod::DECLARE_SOA_TABLE (XYZ, "AOD", "XYZ", test::X, test::Y, test::Z)
 
 o2::aod::DECLARE_SOA_TABLE (Events, "AOD", "EVENTS", test::EventProperty)
 
 o2::aod::DECLARE_SOA_TABLE (Roots, "AOD", "ROOTS", test::Foo)
 
 o2::aod::idx::DECLARE_SOA_INDEX_COLUMN (Root, root)
 
 o2::aod::DECLARE_SOA_TABLE (B1s, "AOD", "B1", idx::RootId, test::X)
 
 o2::aod::DECLARE_SOA_TABLE (B2s, "AOD", "B2", idx::RootId, test::Y)
 
 o2::aod::DECLARE_SOA_TABLE (B3s, "AOD", "B3", idx::RootId, test::Z)
 
 o2::aod::idx::DECLARE_SOA_INDEX_COLUMN (B1, b1)
 
 o2::aod::idx::DECLARE_SOA_INDEX_COLUMN (B2, b2)
 
 o2::aod::idx::DECLARE_SOA_INDEX_COLUMN (B3, b3)
 
 o2::aod::DECLARE_SOA_INDEX_TABLE (Bs, Roots, "BS", idx::RootId, idx::B1Id, idx::B2Id, idx::B3Id)
 
 TEST_CASE ("AdaptorCompilation")
 
 TEST_CASE ("TestPartitionIteration")
 

Function Documentation

◆ TEST_CASE() [1/2]

TEST_CASE ( "AdaptorCompilation"  )

Definition at line 188 of file test_AnalysisTask.cxx.

◆ TEST_CASE() [2/2]

TEST_CASE ( "TestPartitionIteration"  )

Definition at line 263 of file test_AnalysisTask.cxx.