LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Basic Kalman filter track class, without error. More...
#include "lardata/RecoObjects/KalmanLinearAlgebra.h"
#include "lardata/RecoObjects/Surface.h"
#include <iosfwd>
#include <memory>
Go to the source code of this file.
Classes | |
class | trkf::KTrack |
Namespaces | |
trkf | |
Functions | |
std::ostream & | trkf::operator<< (std::ostream &out, const KTrack &trk) |
Output operator. More... | |
Basic Kalman filter track class, without error.
This class include the following attributes.
The surface attribute is polymorphic, and is held via std::shared_ptr type of smart pointer, which handles memory management using reference-counted shared ownership.
Definition in file KTrack.h.