Encapsulate the geometry of a wire. More...
#include "larcorealg/Geometry/TransformationMatrix.h"#include "larcorealg/Geometry/LocalTransformationGeo.h"#include "larcorealg/Geometry/LineClosestPoint.h"#include "larcorealg/Geometry/geo_vectors_utils.h"#include "TVector3.h"#include "Math/GenVector/Transform3D.h"#include <vector>#include <string>#include <type_traits>#include <cmath>Go to the source code of this file.
Classes | |
| class | geo::WireGeo |
| Geometry description of a TPC wireThe wire is a single straight segment on a wire plane. Different wires may be connected to the same readout channel. That is of no relevance for the geometry description. More... | |
| struct | geo::WireGeo::WireGeoCoordinatesTag |
| Tag for vectors in the "local" GDML coordinate frame of the plane. More... | |
Namespaces | |
| geo | |
| Verifies that the geometry check information is available. | |
Functions | |
| geo::Point_t | geo::WiresIntersection (geo::WireGeo const &wireA, geo::WireGeo const &wireB) |
Returns the point of wireA that is closest to wireB. More... | |
| geo::IntersectionPointAndOffsets < geo::Point_t > | geo::WiresIntersectionAndOffsets (geo::WireGeo const &wireA, geo::WireGeo const &wireB) |
Returns the point of wireA that is closest to wireB. More... | |
Encapsulate the geometry of a wire.
Definition in file WireGeo.h.
1.8.5