Test for geometry iterator loops on ICARUS detector. More...
#include "icarusalg/Geometry/ICARUSChannelMapAlg.h"
#include "test/Geometry/geometry_unit_test_icarus.h"
#include "larcorealg/test/Geometry/GeometryIteratorLoopTestAlg.h"
#include "larcorealg/Geometry/GeometryCore.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 geometry iterator loops on ICARUS detector.
Usage:
geometry_iterator_loop_icarus_test [ConfigurationFile [GeometryTestParameterSet]]
By default, an internal configuration is used or GeometryTestParameterSet
is set to "physics.analyzers.geotest"
.
Definition in file geometry_iterator_loop_icarus_test.cxx.
using IcarusGeometryConfiguration = icarus::testing::IcarusGeometryEnvironmentConfiguration <icarus::ICARUSChannelMapAlg> |
Definition at line 39 of file geometry_iterator_loop_icarus_test.cxx.
using IcarusGeometryTestEnvironment = testing::GeometryTesterEnvironment<IcarusGeometryConfiguration> |
Definition at line 49 of file geometry_iterator_loop_icarus_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 73 of file geometry_iterator_loop_icarus_test.cxx.