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