![]() |
ATLAS Offline Software
|
#include <TgcChamber.h>
Public Member Functions | |
| TgcChamber ()=default | |
| void | initChamber (const std::string &chamber_name) |
| void | initChamber (TGCSIDE side, int sec, int m, int phi, int eta) |
| void | initChamber (TGCSIDE side, int stationEta, int stationPhi, int stationName) |
| void | initChamber (int stationEta, int stationPhi, int stationName) |
| const std::string & | cham_name () const |
| const TGCSIDE & | iSide () const |
| const TGCDETECTOR & | DetId () const |
| const int & | iSec () const |
| const int & | iM () const |
| const int & | iPhi () const |
| const int & | iEta () const |
| const int & | StationName () const |
| const int & | StationEta () const |
| const int & | StationPhi () const |
Private Attributes | |
| std::string | m_cham_name |
| TGCSIDE | m_iSide {} |
| TGCDETECTOR | m_detId {} |
| int | m_iSec {} |
| int | m_iM {} |
| int | m_iPhi {} |
| int | m_iEta {} |
| int | m_stationName {} |
| int | m_stationEta {} |
| int | m_stationPhi {} |
Definition at line 10 of file TgcChamber.h.
|
default |
|
inline |
Definition at line 43 of file TgcChamber.h.
|
inline |
Definition at line 45 of file TgcChamber.h.
|
inline |
Definition at line 49 of file TgcChamber.h.
|
inline |
Definition at line 47 of file TgcChamber.h.
| void TgcChamber::initChamber | ( | const std::string & | chamber_name | ) |
Definition at line 8 of file TgcChamber.cxx.
| void TgcChamber::initChamber | ( | int | stationEta, |
| int | stationPhi, | ||
| int | stationName ) |
Definition at line 93 of file TgcChamber.cxx.
| void TgcChamber::initChamber | ( | TGCSIDE | side, |
| int | sec, | ||
| int | m, | ||
| int | phi, | ||
| int | eta ) |
Definition at line 17 of file TgcChamber.cxx.
| void TgcChamber::initChamber | ( | TGCSIDE | side, |
| int | stationEta, | ||
| int | stationPhi, | ||
| int | stationName ) |
Definition at line 90 of file TgcChamber.cxx.
|
inline |
Definition at line 48 of file TgcChamber.h.
|
inline |
Definition at line 46 of file TgcChamber.h.
|
inline |
Definition at line 44 of file TgcChamber.h.
|
inline |
Definition at line 51 of file TgcChamber.h.
|
inline |
Definition at line 50 of file TgcChamber.h.
|
inline |
Definition at line 52 of file TgcChamber.h.
|
private |
Definition at line 31 of file TgcChamber.h.
|
private |
Definition at line 33 of file TgcChamber.h.
|
private |
Definition at line 37 of file TgcChamber.h.
|
private |
Definition at line 35 of file TgcChamber.h.
|
private |
Definition at line 36 of file TgcChamber.h.
|
private |
Definition at line 34 of file TgcChamber.h.
|
private |
Definition at line 32 of file TgcChamber.h.
|
private |
Definition at line 39 of file TgcChamber.h.
|
private |
Definition at line 38 of file TgcChamber.h.
|
private |
Definition at line 40 of file TgcChamber.h.