#include "lardataobj/RecoBase/TrackingPlane.h"#include "lardataobj/RecoBase/Trajectory.h"#include "lardata/RecoObjects/SurfWireX.h"#include "larcorealg/Geometry/WireGeo.h"#include "TMath.h"Go to the source code of this file.
Namespaces | |
| recob | |
| Reconstruction base classes. | |
| 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... | |
1.8.11