Single-line utility to create geo::GeometryCore
in non-art contexts.
More...
#include "icarusalg/Geometry/ICARUSstandaloneGeometrySetup.h"
#include "icarusalg/Geometry/ICARUSChannelMapAlg.h"
#include "larcorealg/Geometry/GeometryCore.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "fhiclcpp/make_ParameterSet.h"
#include "fhiclcpp/ParameterSet.h"
#include "cetlib/filepath_maker.h"
#include <stdexcept>
#include <memory>
#include <string>
Go to the source code of this file.
Namespaces | |
icarus::geo | |
Functions | |
std::unique_ptr <::geo::GeometryCore > | icarus::geo::LoadStandardICARUSgeometry (std::string const &configPath) |
Returns an instance of geo::GeometryCore with ICARUS geometry loaded. More... | |
Single-line utility to create geo::GeometryCore
in non-art contexts.
Provides icarus::geo::LoadStandardICARUSgeometry()
.
This library is (intentionally and stubbornly) header-only. It requires linking with:
icarusalg_Geometry
larcorealg_Geometry
MF_MessageLogger
fhiclcpp
(and, indirectly, more).
Definition in file LoadStandardICARUSgeometry.h.