Base class for Kalman filter surface. More...
Go to the source code of this file.
Classes | |
class | trkf::Surface |
Namespaces | |
trkf | |
Functions | |
std::ostream & | trkf::operator<< (std::ostream &out, const Surface &surf) |
Output operator. More... | |
Base class for Kalman filter surface.
Surfaces may have the following distinct uses in the context of the Kalman filter.
Larsoft global coordinates are (x,y,z).
Surface local coordinates are called (u,v,w), where w=0 is the surface, and (u,v) are the local coordinates within the surface.
Notes about track and surface directions:
This class doesn't have any attributes of its own, but it provides several virtual methods that derived classes can or must override.
Definition in file Surface.h.