#include <TgcChamber.h>
Definition at line 10 of file TgcChamber.h.
◆ TgcChamber()
TGC::TgcChamber::TgcChamber |
( |
| ) |
|
|
default |
◆ cham_name()
const std::string & TgcChamber::cham_name |
( |
| ) |
const |
|
inline |
◆ DetId()
◆ iEta()
const int & TgcChamber::iEta |
( |
| ) |
const |
|
inline |
◆ iM()
const int & TgcChamber::iM |
( |
| ) |
const |
|
inline |
◆ initChamber() [1/4]
void TgcChamber::initChamber |
( |
const std::string & |
chamber_name | ) |
|
◆ initChamber() [2/4]
void TgcChamber::initChamber |
( |
int |
stationEta, |
|
|
int |
stationPhi, |
|
|
int |
stationName |
|
) |
| |
Definition at line 93 of file TgcChamber.cxx.
109 if (iphi2 >= 48) iphi2 -= 48;
112 iEta = (
iM == 1) ? (5 - std::abs(stationEta)) : (6 - std::abs(stationEta));
115 if (iphi2 >= 24) iphi2 -= 24;
128 if (iphi2 >= 0 && iphi2 <= 2) {
131 }
else if (iphi2 >= 3 && iphi2 <= 5) {
134 }
else if (iphi2 >= 6 && iphi2 <= 8) {
137 }
else if (iphi2 >= 9 && iphi2 <= 10) {
139 iPhi = iphi2 - 9 + 1;
140 }
else if (iphi2 >= 11 && iphi2 <= 13) {
143 }
else if (iphi2 >= 14 && iphi2 <= 15) {
146 }
else if (iphi2 >= 16 && iphi2 <= 18) {
149 }
else if (iphi2 >= 19 && iphi2 <= 20) {
151 iPhi = iphi2 - 19 + 1;
◆ initChamber() [3/4]
void TgcChamber::initChamber |
( |
TGCSIDE |
side, |
|
|
int |
sec, |
|
|
int |
m, |
|
|
int |
phi, |
|
|
int |
eta |
|
) |
| |
◆ initChamber() [4/4]
void TgcChamber::initChamber |
( |
TGCSIDE |
side, |
|
|
int |
stationEta, |
|
|
int |
stationPhi, |
|
|
int |
stationName |
|
) |
| |
◆ iPhi()
const int & TgcChamber::iPhi |
( |
| ) |
const |
|
inline |
◆ iSec()
const int & TgcChamber::iSec |
( |
| ) |
const |
|
inline |
◆ iSide()
◆ StationEta()
const int & TgcChamber::StationEta |
( |
| ) |
const |
|
inline |
◆ StationName()
const int & TgcChamber::StationName |
( |
| ) |
const |
|
inline |
◆ StationPhi()
const int & TgcChamber::StationPhi |
( |
| ) |
const |
|
inline |
◆ m_cham_name
std::string TGC::TgcChamber::m_cham_name |
|
private |
◆ m_detId
◆ m_iEta
int TGC::TgcChamber::m_iEta {} |
|
private |
◆ m_iM
int TGC::TgcChamber::m_iM {} |
|
private |
◆ m_iPhi
int TGC::TgcChamber::m_iPhi {} |
|
private |
◆ m_iSec
int TGC::TgcChamber::m_iSec {} |
|
private |
◆ m_iSide
TGCSIDE TGC::TgcChamber::m_iSide {} |
|
private |
◆ m_stationEta
int TGC::TgcChamber::m_stationEta {} |
|
private |
◆ m_stationName
int TGC::TgcChamber::m_stationName {} |
|
private |
◆ m_stationPhi
int TGC::TgcChamber::m_stationPhi {} |
|
private |
The documentation for this class was generated from the following files: