10#ifndef CbmKfTrackingGeoSetupContainer_h
11#define CbmKfTrackingGeoSetupContainer_h 1
37 std::shared_ptr<algo::kf::Setup<double>>
fpGeoSetup{
nullptr};
Setup representation for the Kalman-filter framework (header)
TrackingGeoSetupContainer(const TrackingGeoSetupContainer &)=delete
Disable copy and move.
TrackingGeoSetupContainer & operator=(TrackingGeoSetupContainer &&)=delete
static TrackingGeoSetupContainer & Instance()
Instance access.
std::shared_ptr< algo::kf::Setup< double > > fpGeoSetup
Shared geo-setup.
TrackingGeoSetupContainer & operator=(const TrackingGeoSetupContainer &)=delete
~TrackingGeoSetupContainer()=default
Destructor.
TrackingGeoSetupContainer()=default
Default constructor.
std::shared_ptr< const algo::kf::Setup< double > > GetSetup() const
Accessor to the geometry setup.
TrackingGeoSetupContainer(TrackingGeoSetupContainer &&)=delete