LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "TMath.h"
#include "larcorealg/Geometry/WireGeo.h"
#include "lardata/RecoObjects/SurfWireX.h"
#include "lardataobj/RecoBase/TrackingPlane.h"
#include "lardataobj/RecoBase/Trajectory.h"
Go to the source code of this file.
Namespaces | |
recob::tracking | |
Functions | |
Plane | recob::tracking::makePlane (recob::tracking::Point_t const &pos, recob::tracking::Vector_t const &dir) |
helper function to construct a recob::tracking::Plane from a Point_t and a Vector_t; the point is on the plane, the vector is orthogonal to the plane. More... | |
Plane | recob::tracking::makePlane (recob::Trajectory::TrajectoryPoint_t const &s) |
helper function to construct a recob::tracking::Plane from a recob::Trajectory::TrajectoryPoint_t. More... | |
Plane | recob::tracking::makePlane (trkf::SurfWireX const &s) |
helper function to construct a recob::tracking::Plane from a trkf::SurfWireX object. More... | |
Plane | recob::tracking::makePlane (geo::WireGeo const &wgeom) |
helper function to construct a recob::tracking::Plane from a geo::WireGeo object. The plane will contain the wire and the x axis, assumed to be the drift direction (to be generalized). More... | |