Test for neighbourhood discovery in simple geometries. More...
#include "test/Geometry/geometry_unit_test_base.h"
#include "larcorealg/Geometry/ChannelMapStandardAlg.h"
#include "larcorealg/Geometry/GeometryCore.h"
#include "larcorealg/Geometry/DriftPartitions.h"
#include "larcorealg/CoreUtils/DumpUtils.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... | |
Test for neighbourhood discovery in simple geometries.
Usage:
driftvolumes_test configuration.fcl
The configuration file must contain a geometry service provider configuration under services.Geometry
, That geometry configuration must use the standard channel mapping.
Definition in file driftvolumes_test.cxx.
using StandardGeometryConfiguration = testing::BasicGeometryEnvironmentConfiguration<geo::ChannelMapStandardAlg> |
Definition at line 35 of file driftvolumes_test.cxx.
using StandardGeometryTestEnvironment = testing::GeometryTesterEnvironment<StandardGeometryConfiguration> |
Definition at line 45 of file driftvolumes_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 67 of file driftvolumes_test.cxx.