Definition at line 34 of file MuonSectorProcessor.cxx.
◆ barrel_global2local()
std::pair<int,int> LVL1MUCTPIPHASE1::SectorNumberConverter::barrel_global2local |
( |
int |
sector | ) |
|
|
inline |
Definition at line 36 of file MuonSectorProcessor.cxx.
37 auto inoct_sector = ((sector + 2) % 4);
38 auto mioct_number = ((sector + 2) / 4) % 8;
39 return std::make_pair(inoct_sector,mioct_number);
◆ barrel_local2global()
int LVL1MUCTPIPHASE1::SectorNumberConverter::barrel_local2global |
( |
int |
number, |
|
|
int |
mioct |
|
) |
| |
|
inline |
◆ endcap_global2local()
std::pair<int,int> LVL1MUCTPIPHASE1::SectorNumberConverter::endcap_global2local |
( |
int |
sector | ) |
|
|
inline |
Definition at line 46 of file MuonSectorProcessor.cxx.
47 auto inoct_sector = ((sector + 1) % 6);
48 auto mioct_number = ((sector + 1) / 6) % 8;
49 return std::make_pair(inoct_sector,mioct_number);
◆ endcap_local2global()
int LVL1MUCTPIPHASE1::SectorNumberConverter::endcap_local2global |
( |
int |
number, |
|
|
int |
mioct |
|
) |
| |
|
inline |
◆ forward_global2local()
std::pair<int,int> LVL1MUCTPIPHASE1::SectorNumberConverter::forward_global2local |
( |
int |
sector | ) |
|
|
inline |
Definition at line 56 of file MuonSectorProcessor.cxx.
57 auto inoct_sector = (sector % 3);
58 auto mioct_number = (sector / 3) % 8;
59 return std::make_pair(inoct_sector,mioct_number);
◆ forward_local2global()
int LVL1MUCTPIPHASE1::SectorNumberConverter::forward_local2global |
( |
int |
number, |
|
|
int |
mioct |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: