![]() |
Project
|
#include "Framework/Configurable.h"
#include "Framework/ExpressionHelpers.h"
#include "Framework/AnalysisDataModel.h"
#include <catch_amalgamated.hpp>
#include <arrow/util/config.h>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | nodes |
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::track |
Functions | |
o2::aod::track::DECLARE_SOA_EXPRESSION_COLUMN (Pze, pz, float, o2::aod::track::tgl *(1.f/o2::aod::track::signed1Pt)) | |
TEST_CASE ("TestTreeParsing") | |
TEST_CASE ("TestGandivaTreeCreation") | |
TEST_CASE ("TestConditionalExpressions") | |
TEST_CASE ("TestBinnedExpressions") | |
void | printTokens (Tokenizer &t) |
TEST_CASE ("TestStringExpressionsParsing") | |
Definition at line 329 of file test_Expressions.cxx.
TEST_CASE | ( | "TestBinnedExpressions" | ) |
Definition at line 303 of file test_Expressions.cxx.
TEST_CASE | ( | "TestConditionalExpressions" | ) |
Definition at line 239 of file test_Expressions.cxx.
TEST_CASE | ( | "TestGandivaTreeCreation" | ) |
Definition at line 161 of file test_Expressions.cxx.
TEST_CASE | ( | "TestStringExpressionsParsing" | ) |
Definition at line 338 of file test_Expressions.cxx.
TEST_CASE | ( | "TestTreeParsing" | ) |
Definition at line 38 of file test_Expressions.cxx.