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) | |
Unit test for geometry ID consistency on a standard detector.
Usage: just run the executable. Or plug a FHiCL file in the command line.
Definition in file geometry_geoid_test.cxx.
#define BOOST_TEST_MODULE GeometryGeoIDTest |
Definition at line 13 of file geometry_geoid_test.cxx.
BOOST_AUTO_TEST_CASE | ( | CryostatGeoIDTest | ) |
Definition at line 108 of file geometry_geoid_test.cxx.
BOOST_AUTO_TEST_CASE | ( | TPCGeoIDTest | ) |
Definition at line 115 of file geometry_geoid_test.cxx.
BOOST_AUTO_TEST_CASE | ( | PlaneGeoIDTest | ) |
Definition at line 122 of file geometry_geoid_test.cxx.
BOOST_AUTO_TEST_CASE | ( | WireGeoIDTest | ) |
Definition at line 129 of file geometry_geoid_test.cxx.
BOOST_GLOBAL_FIXTURE | ( | GeometryGeoIDTestFixture | ) |