![]() |
ATLAS Offline Software
|
#include <MMT_Hit.h>
Public Member Functions | |
| MMT_Hit (const Identifier &id, const std::string &stationName, const int stEta, const int stPhi, const int sectorPhi, const int multiplet, const int gasGap, const int channel, const float stripTime, const int BC, const MuonGM::MuonDetectorManager *detManager) | |
| ~MMT_Hit ()=default | |
| int | getART () const |
| int | getAge () const |
| int | getBC () const |
| int | getChannel () const |
| int | getPlane () const |
| char | getSector () const |
| double | getRZSlope () const |
| int | getVMM () const |
| double | getShift () const |
| int | getStationEta () const |
| int | getStationPhi () const |
| int | getSectorPhi () const |
| double | getR () const |
| double | getRp () const |
| double | getZ () const |
| double | getPitchOverZ () const |
| float | getTime () const |
| bool | isX () const |
| bool | isU () const |
| bool | isV () const |
| bool | infSlope () const |
| void | setAge (int age) |
Private Attributes | |
| double | m_RZslope {-1} |
| double | m_Rp {-1} |
| double | m_Z {-1} |
| double | m_R {-1} |
| double | m_PitchOverZ {-1} |
| double | m_shift {-1} |
| float | m_time |
| int | m_VMM_chip |
| int | m_ART_ASIC |
| int | m_plane |
| int | m_station_eta |
| int | m_station_phi |
| int | m_sector_phi |
| int | m_strip |
| int | m_BC_time |
| int | m_age |
| char | m_sector |
| bool | m_isX {false} |
| bool | m_isU {false} |
| bool | m_isV {false} |
| MMT_Hit::MMT_Hit | ( | const Identifier & | id, |
| const std::string & | stationName, | ||
| const int | stEta, | ||
| const int | stPhi, | ||
| const int | sectorPhi, | ||
| const int | multiplet, | ||
| const int | gasGap, | ||
| const int | channel, | ||
| const float | stripTime, | ||
| const int | BC, | ||
| const MuonGM::MuonDetectorManager * | detManager ) |
Definition at line 7 of file MMT_Hit.cxx.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |