#include "test/Geometry/GeometryTestAlg.h"
#include "test/Geometry/geometry_unit_test_base.h"
#include "Geometry/GeometryCore.h"
#include "Geometry/ChannelMapAlgs/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<gar::geo::seg::ChannelMapStandardAlg> |
Definition at line 36 of file geometry_test.cxx.
using StandardGeometryTestEnvironment = testing::GeometryTesterEnvironment<StandardGeometryConfiguration> |
Definition at line 45 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 69 of file geometry_test.cxx.