Classes | Macros | Functions
geometry_standardchannelmapping_test.cxx File Reference

Unit test of channel mapping on a standard detector. More...

#include "test/Geometry/geometry_unit_test_base.h"
#include "test/Geometry/ChannelMapStandardTestAlg.h"
#include "larcorealg/TestUtils/boost_unit_test_base.h"
#include "larcorealg/Geometry/GeometryCore.h"
#include "larcorealg/Geometry/ChannelMapStandardAlg.h"

Go to the source code of this file.

Classes

struct  StandardGeometryConfiguration
 
class  GeometryStandardChannelMappingTestFixture
 

Macros

#define BOOST_TEST_MODULE   GeometryStandardChannelMappingTest
 

Functions

 BOOST_GLOBAL_FIXTURE (GeometryStandardChannelMappingTestFixture)
 
 BOOST_AUTO_TEST_CASE (TPCsetMappingTestCase)
 
 BOOST_AUTO_TEST_CASE (ROPMappingTestCase)
 
 BOOST_AUTO_TEST_CASE (ChannelMappingTestCase)
 

Detailed Description

Unit test of channel mapping on a standard detector.

Date
June 26th, 2015
Author
petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov

Usage: just run the executable. Or plug a FHiCL file in the command line.

Definition in file geometry_standardchannelmapping_test.cxx.

Macro Definition Documentation

#define BOOST_TEST_MODULE   GeometryStandardChannelMappingTest

Definition at line 13 of file geometry_standardchannelmapping_test.cxx.

Function Documentation

BOOST_AUTO_TEST_CASE ( TPCsetMappingTestCase  )

Definition at line 113 of file geometry_standardchannelmapping_test.cxx.

114 {
116 } // BOOST_AUTO_TEST_CASE( TPCsetMappingTestCase )
static Tester_t & GlobalTester()
Retrieves the global tester.
void TPCsetMappingTest() const
Tests TPCset mappings.
BOOST_AUTO_TEST_CASE ( ROPMappingTestCase  )

Definition at line 118 of file geometry_standardchannelmapping_test.cxx.

119 {
121 } // BOOST_AUTO_TEST_CASE( ROPMappingTestCase )
void ROPMappingTest() const
Tests ROP mappings.
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_AUTO_TEST_CASE ( ChannelMappingTestCase  )

Definition at line 123 of file geometry_standardchannelmapping_test.cxx.

124 {
127 } // BOOST_AUTO_TEST_CASE( ChannelMappingTestCase )
void ChannelMappingTest() const
Tests channel mappings (very, very partial)
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_GLOBAL_FIXTURE ( GeometryStandardChannelMappingTestFixture  )