Unit test for geometry functionalities on a standard detector. More...
#include "GeometryTestAlg.h"#include "larcorealg/TestUtils/geometry_unit_test_base.h"#include "larcorealg/Geometry/GeometryCore.h"#include "larcorealg/Geometry/ChannelMapStandardAlg.h"#include "messagefacility/MessageLogger/MessageLogger.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char const **argv) |
| Runs the test. More... | |
Unit test for geometry functionalities on a standard detector.
Usage: geometry_test [ConfigurationFile [GeometryTestParameterSet]]
By default, GeometryTestParameterSet is set to "physics.analysers.geotest".
This unit test uses geometry_unit_test_base.h to build an environment with a geometry set up. For an example of use with Boost unit test module, see geometry_iterator_test.cxx .
Definition in file geometry_test.cxx.
| using StandardGeometryConfiguration = testing::BasicGeometryEnvironmentConfiguration<geo::ChannelMapStandardAlg> |
Definition at line 37 of file geometry_test.cxx.
| using StandardGeometryTestEnvironment = testing::GeometryTesterEnvironment<StandardGeometryConfiguration> |
Definition at line 47 of file geometry_test.cxx.
| int main | ( | int | argc, |
| char const ** | argv | ||
| ) |
Runs the test.
| argc | number of arguments in argv |
| argv | arguments to the function |
| cet::exception | most of error situations throw |
The arguments in argv are: 0. name of the executable ("Geometry_test")
Definition at line 71 of file geometry_test.cxx.
1.8.5