Classes | Macros | Functions
geometry_iterator_test.cxx File Reference

Unit test for geometry iterators on a standard detector. More...

#include "test/Geometry/geometry_unit_test_base.h"
#include "test/Geometry/GeometryIteratorTestAlg.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  GeometryIteratorTestFixture
 

Macros

#define BOOST_TEST_MODULE   GeometryIteratorTest
 

Functions

 BOOST_GLOBAL_FIXTURE (GeometryIteratorTestFixture)
 
 BOOST_AUTO_TEST_CASE (CryostatIDIteratorsTest)
 
 BOOST_AUTO_TEST_CASE (CryostatIteratorsTest)
 
 BOOST_AUTO_TEST_CASE (TPCIDIteratorsTest)
 
 BOOST_AUTO_TEST_CASE (TPCIteratorsTest)
 
 BOOST_AUTO_TEST_CASE (PlaneIDIteratorsTest)
 
 BOOST_AUTO_TEST_CASE (PlaneIteratorsTest)
 
 BOOST_AUTO_TEST_CASE (WireIDIteratorsTest)
 
 BOOST_AUTO_TEST_CASE (WireIteratorsTest)
 

Detailed Description

Unit test for geometry iterators on a standard detector.

Date
May 7th, 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_iterator_test.cxx.

Macro Definition Documentation

#define BOOST_TEST_MODULE   GeometryIteratorTest

Definition at line 13 of file geometry_iterator_test.cxx.

Function Documentation

BOOST_AUTO_TEST_CASE ( CryostatIDIteratorsTest  )

Definition at line 120 of file geometry_iterator_test.cxx.

121 {
123 } // BOOST_AUTO_TEST_CASE( CryostatIDIteratorsTest )
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_AUTO_TEST_CASE ( CryostatIteratorsTest  )

Definition at line 127 of file geometry_iterator_test.cxx.

128 {
130 } // BOOST_AUTO_TEST_CASE( CryostatIteratorsTest )
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_AUTO_TEST_CASE ( TPCIDIteratorsTest  )

Definition at line 134 of file geometry_iterator_test.cxx.

135 {
137 } // BOOST_AUTO_TEST_CASE( TPCIDIteratorsTest )
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_AUTO_TEST_CASE ( TPCIteratorsTest  )

Definition at line 141 of file geometry_iterator_test.cxx.

142 {
144 } // BOOST_AUTO_TEST_CASE( TPCIteratorsTest )
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_AUTO_TEST_CASE ( PlaneIDIteratorsTest  )

Definition at line 148 of file geometry_iterator_test.cxx.

149 {
151 } // BOOST_AUTO_TEST_CASE( PlaneIDIteratorsTest )
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_AUTO_TEST_CASE ( PlaneIteratorsTest  )

Definition at line 155 of file geometry_iterator_test.cxx.

156 {
158 } // BOOST_AUTO_TEST_CASE( PlaneIteratorsTest )
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_AUTO_TEST_CASE ( WireIDIteratorsTest  )

Definition at line 162 of file geometry_iterator_test.cxx.

163 {
165 } // BOOST_AUTO_TEST_CASE( WireIDIteratorsTest )
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_AUTO_TEST_CASE ( WireIteratorsTest  )

Definition at line 169 of file geometry_iterator_test.cxx.

170 {
172 } // BOOST_AUTO_TEST_CASE( WireIteratorsTest )
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_GLOBAL_FIXTURE ( GeometryIteratorTestFixture  )