Project
Loading...
Searching...
No Matches
test_ObjectStore.cxx File Reference
#include <TH1.h>
#include <gsl/span>
#include "Mergers/ObjectStore.h"
#include "Mergers/CustomMergeableObject.h"
#include "Mergers/CustomMergeableTObject.h"
#include "Headers/DataHeader.h"
#include "Framework/DataRef.h"
#include <TMessage.h>
#include <boost/test/unit_test.hpp>
#include <memory>

Go to the source code of this file.

Macros

#define BOOST_TEST_MODULE   Test Utilities MergerObjectStore
 
#define BOOST_TEST_MAIN
 
#define BOOST_TEST_DYN_LINK
 

Functions

template<typename TypeToDataRef >
DataRef makeDataRef (TypeToDataRef *obj)
 
 BOOST_AUTO_TEST_CASE (MergeableObject)
 
 BOOST_AUTO_TEST_CASE (NamedMergeableObject)
 
 BOOST_AUTO_TEST_CASE (Histo1D)
 
 BOOST_AUTO_TEST_CASE (TArrayOfHisto1D)
 
 BOOST_AUTO_TEST_CASE (VectorOfHistos1D)
 

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

Definition at line 16 of file test_ObjectStore.cxx.

◆ BOOST_TEST_MAIN

#define BOOST_TEST_MAIN

Definition at line 15 of file test_ObjectStore.cxx.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   Test Utilities MergerObjectStore

Definition at line 14 of file test_ObjectStore.cxx.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

BOOST_AUTO_TEST_CASE ( Histo1D  )

Definition at line 84 of file test_ObjectStore.cxx.

◆ BOOST_AUTO_TEST_CASE() [2/5]

BOOST_AUTO_TEST_CASE ( MergeableObject  )

Definition at line 52 of file test_ObjectStore.cxx.

◆ BOOST_AUTO_TEST_CASE() [3/5]

BOOST_AUTO_TEST_CASE ( NamedMergeableObject  )

Definition at line 68 of file test_ObjectStore.cxx.

◆ BOOST_AUTO_TEST_CASE() [4/5]

BOOST_AUTO_TEST_CASE ( TArrayOfHisto1D  )

Definition at line 103 of file test_ObjectStore.cxx.

◆ BOOST_AUTO_TEST_CASE() [5/5]

BOOST_AUTO_TEST_CASE ( VectorOfHistos1D  )

Definition at line 125 of file test_ObjectStore.cxx.

◆ makeDataRef()

template<typename TypeToDataRef >
DataRef makeDataRef ( TypeToDataRef *  obj)

Definition at line 36 of file test_ObjectStore.cxx.