Classes | Macros | Functions
geometry_crmchannelmapping_test.cxx File Reference

Unit test of channel mapping on a CRM-mapping detector. More...

#include "dunecore/Geometry/ChannelMapCRMAlg.h"
#include "test/Geometry/geometry_unit_test_base.h"
#include "test/Geometry/ChannelMapStandardTestAlg.h"
#include "larcorealg/Geometry/GeometryCore.h"
#include "larcorealg/TestUtils/boost_unit_test_base.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include <string>

Go to the source code of this file.

Classes

struct  CRMGeometryConfiguration
 
class  GeometryCRMChannelMappingTestFixture
 

Macros

#define BOOST_TEST_MODULE   GeometryCRMChannelMappingTest
 

Functions

 BOOST_GLOBAL_FIXTURE (GeometryCRMChannelMappingTestFixture)
 
 BOOST_AUTO_TEST_CASE (TPCsetMappingTestCase)
 
 BOOST_AUTO_TEST_CASE (ROPMappingTestCase)
 
 BOOST_AUTO_TEST_CASE (ChannelMappingTestCase)
 

Detailed Description

Unit test of channel mapping on a CRM-mapping detector.

Date
October 13th, 2016
Author
Gianluca Petrillo (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_crmchannelmapping_test.cxx.

Macro Definition Documentation

#define BOOST_TEST_MODULE   GeometryCRMChannelMappingTest

Definition at line 13 of file geometry_crmchannelmapping_test.cxx.

Function Documentation

BOOST_AUTO_TEST_CASE ( TPCsetMappingTestCase  )

Definition at line 115 of file geometry_crmchannelmapping_test.cxx.

116 {
118 } // 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 120 of file geometry_crmchannelmapping_test.cxx.

121 {
123 } // 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 125 of file geometry_crmchannelmapping_test.cxx.

126 {
129 } // 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 ( GeometryCRMChannelMappingTestFixture  )