![]() |
Project
|
#include "Framework/Configurable.h"#include "Framework/ExpressionHelpers.h"#include "Framework/AnalysisDataModel.h"#include "../src/ExpressionJSONHelpers.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") | |
| TEST_CASE ("TestExpressionSerialization") | |
Definition at line 330 of file test_Expressions.cxx.
| TEST_CASE | ( | "TestBinnedExpressions" | ) |
Definition at line 304 of file test_Expressions.cxx.
| TEST_CASE | ( | "TestConditionalExpressions" | ) |
Definition at line 240 of file test_Expressions.cxx.
| TEST_CASE | ( | "TestExpressionSerialization" | ) |
Definition at line 396 of file test_Expressions.cxx.
| TEST_CASE | ( | "TestGandivaTreeCreation" | ) |
Definition at line 162 of file test_Expressions.cxx.
| TEST_CASE | ( | "TestStringExpressionsParsing" | ) |
Definition at line 339 of file test_Expressions.cxx.
| TEST_CASE | ( | "TestTreeParsing" | ) |
Definition at line 39 of file test_Expressions.cxx.