Common constant definitions for the Kalman Filter library.
Setup representation for the Kalman-filter framework (header)
Main class of the KfCore library.
~Framework()=default
Destructor.
Framework & operator=(Framework &&)=delete
Move assignment operator.
const kf::Setup< T > & Setup() const
Setup access.
Framework(const Framework &)=delete
Copy constructor.
Framework()=default
Default constructor.
kf::Setup< T > & Setup()
Setup access (mutable)
Framework & operator=(const Framework &)=delete
Copy assignment operator.
Framework(Framework &&)=delete
Move constructor.
kf::Setup< T > fSetup
KF setup.
KF-framework representation of the detector setup.