Unit test for geometry functionalities on a standard detector. More...
#include "test/Geometry/GeometryTestAlg.h"
#include "larcorealg/Geometry/GeometryCore.h"
#include "larcorealg/Geometry/StandaloneGeometrySetup.h"
#include "larcorealg/Geometry/StandaloneBasicSetup.h"
#include "larcorealg/Geometry/ChannelMapStandardAlg.h"
#include "fhiclcpp/ParameterSet.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include <string>
#include <stdexcept>
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_loader_test ConfigurationFile [test configuration FHiCL path]
The configuration file path must be complete, i.e. it must point directly to the configuration file. By default, the test configuration is expected in "physics.analysis.geotest"
.
This unit test uses StaticLoadGeometry()
to set up the geometry.
Definition in file geometry_loader_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 58 of file geometry_loader_test.cxx.