![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Encapsulate the geometry of a wire
. More...
#include "larcorealg/Geometry/LineClosestPoint.h"#include "larcorealg/Geometry/LocalTransformationGeo.h"#include "larcorealg/Geometry/TransformationMatrix.h"#include "larcorealg/Geometry/geo_vectors_utils.h"#include "Math/GenVector/Transform3D.h"#include "TVector3.h"#include <cmath>#include <string>#include <type_traits>#include <vector>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 | |
| ROOT libraries. | |
Functions | |
| Point_t | geo::WiresIntersection (WireGeo const &wireA, WireGeo const &wireB) |
Returns the point of wireA that is closest to wireB. More... | |
| IntersectionPointAndOffsets< Point_t > | geo::WiresIntersectionAndOffsets (WireGeo const &wireA, WireGeo const &wireB) |
Returns the point of wireA that is closest to wireB. More... | |