13#include <unordered_set>
36 LOG(error) <<
"\t - station ID map is empty";
44 std::unordered_set<int> knownStationIds;
46 knownStationIds.insert(item);
50 LOG(error) <<
"\t - number of known tracking station IDs (" << knownStationIds.size() <<
") differs from the "
55 for (
int stationId : knownStationIds) {
58 <<
" (geometry): " << stationId;
int GetNofTrackingStations() const
TrackingSetupIfs()=default
StationIdMap_t fvStationIdMap
A map of global index of MVD sensor on the tracking station.
RecoSetupUnit()=default
Default constructor (note: needed for serialization)
std::vector< int > StationIdMap_t
bool IsInitialized() const
Validates initialization of the instance.
MVD representation for tracking.