![]() |
ATLAS Offline Software
|
#include <MdtHitIdHelper.h>
Public Member Functions | |
| std::string | GetStationName (const int &hid) const |
| void | SetStationName (const std::string &name, int &hid) const |
| int | GetPhiSector (const int &hid) const |
| int | GetZSector (const int &hid) const |
| int | GetMultiLayer (const int &hid) const |
| int | GetLayer (const int &hid) const |
| int | GetTube (const int &hid) const |
| int | BuildMdtHitId (const std::string &, const int, const int, 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 MdtHitIdHelper * | GetHelper (unsigned int nTubes=78) |
| 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 | |
| MdtHitIdHelper (unsigned int nTubes) | |
| void | Initialize (unsigned int nTubes) |
| void | InitializeStationName () |
Definition at line 13 of file MdtHitIdHelper.h.
|
private |
Definition at line 18 of file MdtHitIdHelper.cxx.
| int MdtHitIdHelper::BuildMdtHitId | ( | const std::string & | statName, |
| const int | phiSect, | ||
| const int | zSect, | ||
| const int | multiLayer, | ||
| const int | layer, | ||
| const int | tube ) const |
Definition at line 95 of file MdtHitIdHelper.cxx.
Definition at line 47 of file HitIdHelper.cxx.
|
static |
Definition at line 24 of file MdtHitIdHelper.cxx.
| int MdtHitIdHelper::GetLayer | ( | const int & | hid | ) | const |
Definition at line 84 of file MdtHitIdHelper.cxx.
| int MdtHitIdHelper::GetMultiLayer | ( | const int & | hid | ) | const |
Definition at line 79 of file MdtHitIdHelper.cxx.
| int MdtHitIdHelper::GetPhiSector | ( | const int & | hid | ) | const |
Definition at line 68 of file MdtHitIdHelper.cxx.
| std::string MdtHitIdHelper::GetStationName | ( | const int & | hid | ) | const |
Definition at line 57 of file MdtHitIdHelper.cxx.
| int MdtHitIdHelper::GetTube | ( | const int & | hid | ) | const |
Definition at line 89 of file MdtHitIdHelper.cxx.
| int MdtHitIdHelper::GetZSector | ( | const int & | hid | ) | const |
Definition at line 73 of file MdtHitIdHelper.cxx.
|
private |
Definition at line 30 of file MdtHitIdHelper.cxx.
|
inherited |
Definition at line 20 of file HitIdHelper.cxx.
|
inherited |
Definition at line 10 of file HitIdHelper.cxx.
|
private |
Definition at line 39 of file MdtHitIdHelper.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 MdtHitIdHelper::SetStationName | ( | const std::string & | name, |
| int & | hid ) const |
Definition at line 46 of file MdtHitIdHelper.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.