Classes | Macros | Functions
geometry_geoid_test.cxx File Reference

Unit test for geometry ID consistency on a standard detector. More...

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

Macros

#define BOOST_TEST_MODULE   GeometryGeoIDTest
 

Functions

 BOOST_GLOBAL_FIXTURE (GeometryGeoIDTestFixture)
 
 BOOST_AUTO_TEST_CASE (CryostatGeoIDTest)
 
 BOOST_AUTO_TEST_CASE (TPCGeoIDTest)
 
 BOOST_AUTO_TEST_CASE (PlaneGeoIDTest)
 
 BOOST_AUTO_TEST_CASE (WireGeoIDTest)
 

Detailed Description

Unit test for geometry ID consistency on a standard detector.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
Date
October 31, 2016

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

Definition in file geometry_geoid_test.cxx.

Macro Definition Documentation

#define BOOST_TEST_MODULE   GeometryGeoIDTest

Definition at line 13 of file geometry_geoid_test.cxx.

Function Documentation

BOOST_AUTO_TEST_CASE ( CryostatGeoIDTest  )

Definition at line 108 of file geometry_geoid_test.cxx.

109 {
111 } // BOOST_AUTO_TEST_CASE( CryostatGeoIDTest )
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_AUTO_TEST_CASE ( TPCGeoIDTest  )

Definition at line 115 of file geometry_geoid_test.cxx.

116 {
118 } // BOOST_AUTO_TEST_CASE( TPCGeoIDTest )
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_AUTO_TEST_CASE ( PlaneGeoIDTest  )

Definition at line 122 of file geometry_geoid_test.cxx.

123 {
125 } // BOOST_AUTO_TEST_CASE( PlaneGeoIDTest )
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_AUTO_TEST_CASE ( WireGeoIDTest  )

Definition at line 129 of file geometry_geoid_test.cxx.

130 {
132 } // BOOST_AUTO_TEST_CASE( WireGeoIDTest )
static Tester_t & GlobalTester()
Retrieves the global tester.
BOOST_GLOBAL_FIXTURE ( GeometryGeoIDTestFixture  )