13 #ifndef LARCOREOBJ_SIMPLETYPESANDCONSTANTS_GEO_VECTORS_FHICL_H
14 #define LARCOREOBJ_SIMPLETYPESANDCONSTANTS_GEO_VECTORS_FHICL_H
20 #include "fhiclcpp/types/Atom.h"
21 #include "fhiclcpp/types/TupleAs.h"
32 using Length_t = ::fhicl::Atom<::geo::Length_t>;
36 template <
typename Po
int>
37 using Point3D = ::fhicl::TupleAs
52 #endif // LARCOREOBJ_SIMPLETYPESANDCONSTANTS_GEO_VECTORS_FHICL_H
::fhicl::TupleAs< Point(::geo::Length_t,::geo::Length_t,::geo::Length_t)> Point3D
Atom object for reading a 3D point or vector (centimeters).
Point3D<::geo::Point_t > Point_t
Atom object for reading a geometry vector (centimeters).
Point3D<::geo::Vector_t > Vector_t
Atom object for reading a geometry point (centimeters).
Definitions of geometry vector data types.
std::tuple< double, double, const reco::ClusterHit3D * > Point
Definitions used by the VoronoiDiagram algorithm.
::fhicl::Atom<::geo::Length_t > Length_t
Atom object for reading length (centimeters).