CbmRoot
|
Main class of the KfCore library. More...
#include <KfFramework.h>
Public Member Functions | |
Framework ()=default | |
Default constructor. | |
Framework (const Framework &)=delete | |
Copy constructor. | |
Framework (Framework &&)=delete | |
Move constructor. | |
~Framework ()=default | |
Destructor. | |
Framework & | operator= (const Framework &)=delete |
Copy assignment operator. | |
Framework & | operator= (Framework &&)=delete |
Move assignment operator. | |
kf::Setup< T > & | Setup () |
Setup access (mutable) | |
const kf::Setup< T > & | Setup () const |
Setup access. | |
Private Attributes | |
kf::Setup< T > | fSetup |
KF setup. | |
Main class of the KfCore library.
T | Underlying floating point data-type |
Definition at line 21 of file KfFramework.h.
|
default |
Default constructor.
|
delete |
Copy constructor.
|
delete |
Move constructor.
|
default |
Destructor.
|
delete |
Copy assignment operator.
|
delete |
Move assignment operator.
|
inline |
Setup access (mutable)
Definition at line 42 of file KfFramework.h.
References cbm::algo::kf::Framework< T >::fSetup.
|
inline |
Setup access.
Definition at line 45 of file KfFramework.h.
References cbm::algo::kf::Framework< T >::fSetup.
|
private |
KF setup.
Definition at line 48 of file KfFramework.h.
Referenced by cbm::algo::kf::Framework< T >::Setup(), and cbm::algo::kf::Framework< T >::Setup().