![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
Helpers for reading vectors from FHiCL files.This library depends on ROOT GenVector. In the link list in CMakeLists.txt
, link to ROOT::GenVector
.
More...
#include "larcoreobj/SimpleTypesAndConstants/geo_vectors.h"
#include "fhiclcpp/types/Atom.h"
#include "fhiclcpp/types/TupleAs.h"
Go to the source code of this file.
Namespaces | |
lar::fhicl::geo | |
LArSoft utilities for interface with FHiCL and its libraries. | |
Typedefs | |
using | lar::fhicl::geo::Length_t = ::fhicl::Atom<::geo::Length_t > |
Atom object for reading length (centimeters). More... | |
template<typename Point > | |
using | lar::fhicl::geo::Point3D = ::fhicl::TupleAs< Point(::geo::Length_t,::geo::Length_t,::geo::Length_t)> |
Atom object for reading a 3D point or vector (centimeters). More... | |
using | lar::fhicl::geo::Vector_t = Point3D<::geo::Vector_t > |
Atom object for reading a geometry point (centimeters). More... | |
using | lar::fhicl::geo::Point_t = Point3D<::geo::Point_t > |
Atom object for reading a geometry vector (centimeters). More... | |
Helpers for reading vectors from FHiCL files.
This library depends on ROOT GenVector. In the link list in CMakeLists.txt
, link to ROOT::GenVector
.
Definition in file geo_vectors_fhicl.h.