#include <BmnRun8DetModel.h>
|
| virtual void | Reset () noexcept override |
| |
| virtual Int_t | NextID () noexcept override |
| |
| virtual void | Reset () noexcept override |
| |
| virtual Int_t | NextID () noexcept override |
| |
|
| static constexpr const Int_t | SIL_SYSTEM_ID {DetectorId::kSILICON} |
| |
| static constexpr const Int_t | GEM_SYSTEM_ID {DetectorId::kGEM} |
| |
| static constexpr const Int_t | SIL_STATION_CNT {4} |
| |
| static constexpr const Int_t | GEM_STATION_CNT {7} |
| |
| static constexpr const Int_t | STA_NUM_START {1} |
| |
| static constexpr const Int_t | MOD_NUM_START {1} |
| |
| static constexpr const Int_t | SIL_STATION_IDX [2] {STA_NUM_START, STA_NUM_START + SIL_STATION_CNT - 1} |
| |
| static constexpr const Int_t | GEM_STATION_IDX [2] {SIL_STATION_IDX[kLast] + 1, SIL_STATION_IDX[kLast] + GEM_STATION_CNT} |
| |
| static constexpr const Int_t | SIL_MODULES [SIL_STATION_CNT] {6, 10, 14, 18} |
| |
| static constexpr const Int_t | GEM_MODULES [GEM_STATION_CNT] {8, 8, 8, 8, 8, 8, 8} |
| |
Definition at line 26 of file BmnRun8DetModel.h.
◆ anonymous enum
◆ anonymous enum
◆ BmnRun8DetModel() [1/2]
| BmnRun8DetModel::BmnRun8DetModel |
( |
| ) |
|
|
default |
◆ BmnRun8DetModel() [2/2]
| BmnRun8DetModel::BmnRun8DetModel |
( |
| ) |
|
|
default |
◆ Alignables() [1/2]
| Int_t BmnRun8DetModel::Alignables |
( |
| ) |
const |
|
overridevirtualnoexcept |
◆ Alignables() [2/2]
| virtual Int_t BmnRun8DetModel::Alignables |
( |
| ) |
const |
|
overridevirtualnoexcept |
◆ IDfromHit() [1/2]
| Int_t BmnRun8DetModel::IDfromHit |
( |
Int_t |
HitDetectorID | ) |
const |
|
overridevirtualnoexcept |
◆ IDfromHit() [2/2]
| virtual Int_t BmnRun8DetModel::IDfromHit |
( |
Int_t |
HitDetectorID | ) |
const |
|
overridevirtualnoexcept |
◆ MaxModulesInStation() [1/2]
| Int_t BmnRun8DetModel::MaxModulesInStation |
( |
| ) |
const |
|
overridevirtualnoexcept |
◆ MaxModulesInStation() [2/2]
| virtual Int_t BmnRun8DetModel::MaxModulesInStation |
( |
| ) |
const |
|
overridevirtualnoexcept |
◆ NextID() [1/2]
| Int_t BmnRun8DetModel::NextID |
( |
| ) |
|
|
overrideprotectedvirtualnoexcept |
Implements BmnDetectorModel.
Reimplemented in BmnRun8cgDetModel, and BmnRun8cgDetModel.
Definition at line 70 of file BmnRun8DetModel.cxx.
References fModule, fStation, fSystem, GEM_MODULES, GEM_STATION_IDX, GEM_SYSTEM_ID, kFirst, kLast, MOD_NUM_START, SIL_MODULES, and SIL_STATION_IDX.
◆ NextID() [2/2]
| virtual Int_t BmnRun8DetModel::NextID |
( |
| ) |
|
|
overrideprotectedvirtualnoexcept |
◆ Reset() [1/2]
| void BmnRun8DetModel::Reset |
( |
| ) |
|
|
overrideprotectedvirtualnoexcept |
◆ Reset() [2/2]
| virtual void BmnRun8DetModel::Reset |
( |
| ) |
|
|
overrideprotectedvirtualnoexcept |
◆ fModule
| Int_t BmnRun8DetModel::fModule {-1} |
|
protected |
◆ fStation
| Int_t BmnRun8DetModel::fStation {-1} |
|
protected |
◆ fSystem
| Int_t BmnRun8DetModel::fSystem {-1} |
|
protected |
◆ GEM_MODULES
| static constexpr const Int_t BmnRun8DetModel::GEM_MODULES {8, 8, 8, 8, 8, 8, 8} |
|
staticprotected |
◆ GEM_STATION_CNT
| static constexpr const Int_t BmnRun8DetModel::GEM_STATION_CNT {7} |
|
staticprotected |
◆ GEM_STATION_IDX
◆ GEM_SYSTEM_ID
◆ MOD_NUM_START
| static constexpr const Int_t BmnRun8DetModel::MOD_NUM_START {1} |
|
staticprotected |
◆ SIL_MODULES
| static constexpr const Int_t BmnRun8DetModel::SIL_MODULES {6, 10, 14, 18} |
|
staticprotected |
◆ SIL_STATION_CNT
| static constexpr const Int_t BmnRun8DetModel::SIL_STATION_CNT {4} |
|
staticprotected |
◆ SIL_STATION_IDX
◆ SIL_SYSTEM_ID
◆ STA_NUM_START
| static constexpr const Int_t BmnRun8DetModel::STA_NUM_START {1} |
|
staticprotected |
The documentation for this class was generated from the following files: