Project
Loading...
Searching...
No Matches
testTPCSimulation.cxx File Reference

This task tests several small components of the TPC simulation. More...

#include <boost/test/unit_test.hpp>
#include "TPCSimulation/Point.h"
#include "MathUtils/Cartesian.h"

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::tpc
 Global TPC definitions and constants.
 

Macros

#define BOOST_TEST_MODULE   Test TPC Simulation
 
#define BOOST_TEST_MAIN
 
#define BOOST_TEST_DYN_LINK
 

Typedefs

template<typename T >
using Point3D = o2::math_utils::Point3D< T >
 

Functions

 o2::tpc::BOOST_AUTO_TEST_CASE (Point_test)
 Trivial test of the initialization of a Point and its getters Precision: 1E-12 %.
 

Detailed Description

This task tests several small components of the TPC simulation.

Author
Andi Mathis, TU München, andre.nosp@m.as.m.nosp@m.athis.nosp@m.@ph..nosp@m.tum.d.nosp@m.e

Definition in file testTPCSimulation.cxx.

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

Definition at line 18 of file testTPCSimulation.cxx.

◆ BOOST_TEST_MAIN

#define BOOST_TEST_MAIN

Definition at line 17 of file testTPCSimulation.cxx.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   Test TPC Simulation

Definition at line 16 of file testTPCSimulation.cxx.

Typedef Documentation

◆ Point3D

template<typename T >
using Point3D = o2::math_utils::Point3D<T>

Definition at line 24 of file testTPCSimulation.cxx.