CbmRoot
Loading...
Searching...
No Matches
CbmMvdRecoSetupUnitFactory.h
Go to the documentation of this file.
1/* Copyright (C) 2025 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergei Zharko [committer] */
4
9
10#ifndef CbmMvdRecoSetupUnitFactory_h
11#define CbmMvdRecoSetupUnitFactory_h 1
12
14
15namespace cbm::mvd
16{
19 public:
22
24 RecoSetupUnit_t Create() const;
25
26 private:
29
32 std::pair<std::vector<algo::GeoVolume>, std::vector<algo::GeoVolume>> CreateStationVolumes() const;
33 };
34} // namespace cbm::mvd
35
36#endif // CbmMvdRecoSetupUnitFactory_h
A factory class for the MVD RecoSetupUnit.
std::pair< std::vector< algo::GeoVolume >, std::vector< algo::GeoVolume > > CreateStationVolumes() const
Creates full and active volumes of the tracking stations.
StationIdMap_t CreateStationIdMap() const
Fills the tracking station ID mapping.
RecoSetupUnit_t Create() const
Creates a reconstruction setup unit.
typename RecoSetupUnit_t::StationIdMap_t StationIdMap_t
MVD representation for tracking.