![]() |
ATLAS Offline Software
|
#include <TgcHitIdHelper.h>
Public Member Functions | |
| std::string | GetStationName (const int &hid) const |
| void | SetStationName (const std::string &name, int &hid) const |
| int | GetStationPhi (const int &hid) const |
| int | GetStationEta (const int &hid) const |
| int | GetGasGap (const int &hid) const |
| int | BuildTgcHitId (const std::string &, const int, const int, const int) const |
| void | InitializeField (const std::string &n, int vmn, int vmx) |
| void | InitializeField (const std::string &n, int nb) |
| void | SetFieldValue (const std::string &name, int n, HitID &targetID) const |
| int | GetFieldValue (const std::string &name, HitID targetID) const |
| void | PrintFields () |
Static Public Member Functions | |
| static const TgcHitIdHelper * | GetHelper () |
| static void | Print (int id) |
Static Protected Member Functions | |
| static void | SetBit (int &i, int bitpos) |
| static void | UnsetBit (int &i, int bitpos) |
| static void | Store (int &id, int value, int first, int field) |
| static int | Retrieve (int id, int first, int field) |
Protected Attributes | |
| IdFields | m_IDs |
| int | m_currentStorage |
Private Member Functions | |
| TgcHitIdHelper () | |
| void | Initialize () |
| void | InitializeStationName () |
Definition at line 13 of file TgcHitIdHelper.h.
|
private |
Definition at line 17 of file TgcHitIdHelper.cxx.
| int TgcHitIdHelper::BuildTgcHitId | ( | const std::string & | statName, |
| const int | statPhi, | ||
| const int | statEta, | ||
| const int | gasG ) const |
Definition at line 77 of file TgcHitIdHelper.cxx.
Definition at line 47 of file HitIdHelper.cxx.
| int TgcHitIdHelper::GetGasGap | ( | const int & | hid | ) | const |
Definition at line 71 of file TgcHitIdHelper.cxx.
|
static |
Definition at line 23 of file TgcHitIdHelper.cxx.
| int TgcHitIdHelper::GetStationEta | ( | const int & | hid | ) | const |
Definition at line 66 of file TgcHitIdHelper.cxx.
| std::string TgcHitIdHelper::GetStationName | ( | const int & | hid | ) | const |
Definition at line 52 of file TgcHitIdHelper.cxx.
| int TgcHitIdHelper::GetStationPhi | ( | const int & | hid | ) | const |
Definition at line 61 of file TgcHitIdHelper.cxx.
|
private |
Definition at line 29 of file TgcHitIdHelper.cxx.
|
inherited |
Definition at line 20 of file HitIdHelper.cxx.
|
inherited |
Definition at line 10 of file HitIdHelper.cxx.
|
private |
Definition at line 36 of file TgcHitIdHelper.cxx.
|
staticinherited |
Definition at line 72 of file HitIdHelper.cxx.
|
inherited |
|
staticprotectedinherited |
Definition at line 105 of file HitIdHelper.cxx.
|
staticprotectedinherited |
|
inherited |
Definition at line 30 of file HitIdHelper.cxx.
| void TgcHitIdHelper::SetStationName | ( | const std::string & | name, |
| int & | hid ) const |
Definition at line 43 of file TgcHitIdHelper.cxx.
|
staticprotectedinherited |
Definition at line 96 of file HitIdHelper.cxx.
|
staticprotectedinherited |
Definition at line 88 of file HitIdHelper.cxx.
|
protectedinherited |
Definition at line 35 of file HitIdHelper.h.
|
protectedinherited |
Definition at line 34 of file HitIdHelper.h.