|
CbmRoot
|
A factory class for the MuCh RecoSetupUnit. More...
#include <CbmMuchRecoSetupUnitFactory.h>
Public Types | |
| using | RecoSetupUnit_t = algo::much::RecoSetupUnit |
| using | OffsetContainer_t = typename RecoSetupUnit_t::OffsetContainer_t |
Public Member Functions | |
| RecoSetupUnitFactory () | |
| Default constructor (check for parameter containers) | |
| RecoSetupUnit_t | Create () const |
| Creates a reconstruction setup unit. | |
Private Member Functions | |
| OffsetContainer_t | CreateStationIdOffsets () const |
| Creates tracking station offset container. | |
| std::pair< std::vector< algo::GeoVolume >, std::vector< algo::GeoVolume > > | CreateStationVolumes () const |
| Creates full and active volumes of the tracking stations. | |
A factory class for the MuCh RecoSetupUnit.
Definition at line 18 of file CbmMuchRecoSetupUnitFactory.h.
| using cbm::much::RecoSetupUnitFactory::OffsetContainer_t = typename RecoSetupUnit_t::OffsetContainer_t |
Definition at line 21 of file CbmMuchRecoSetupUnitFactory.h.
| using cbm::much::RecoSetupUnitFactory::RecoSetupUnit_t = algo::much::RecoSetupUnit |
Definition at line 20 of file CbmMuchRecoSetupUnitFactory.h.
| RecoSetupUnitFactory::RecoSetupUnitFactory | ( | ) |
Default constructor (check for parameter containers)
Definition at line 36 of file CbmMuchRecoSetupUnitFactory.cxx.
| RecoSetupUnit RecoSetupUnitFactory::Create | ( | ) | const |
Creates a reconstruction setup unit.
Definition at line 62 of file CbmMuchRecoSetupUnitFactory.cxx.
|
private |
Creates tracking station offset container.
Definition at line 74 of file CbmMuchRecoSetupUnitFactory.cxx.
|
private |
Creates full and active volumes of the tracking stations.
Definition at line 88 of file CbmMuchRecoSetupUnitFactory.cxx.