Project
Loading...
Searching...
No Matches
test_HistogramRegistry.cxx File Reference
#include "Framework/HistogramRegistry.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, float, "x")
 
 test::DECLARE_SOA_COLUMN_FULL (Y, y, float, "y")
 
HistogramRegistry foo ()
 
 TEST_CASE ("HistogramRegistryLookup")
 
 TEST_CASE ("HistogramRegistryExpressionFill")
 
 TEST_CASE ("HistogramRegistryStepTHn")
 

Function Documentation

◆ foo()

Definition at line 24 of file test_HistogramRegistry.cxx.

◆ TEST_CASE() [1/3]

TEST_CASE ( "HistogramRegistryExpressionFill"  )

Construct a registry object with direct declaration

Fill histogram with expression and table

Fill histogram with expression and table

Definition at line 73 of file test_HistogramRegistry.cxx.

◆ TEST_CASE() [2/3]

TEST_CASE ( "HistogramRegistryLookup"  )

Construct a registry object with direct declaration

Get histograms by name

Get a pointer to the histogram

Get registry object from a function

Definition at line 29 of file test_HistogramRegistry.cxx.

◆ TEST_CASE() [3/3]

TEST_CASE ( "HistogramRegistryStepTHn"  )

Definition at line 108 of file test_HistogramRegistry.cxx.