![]() |
ATLAS Offline Software
|
#include <MicromegasHitIdHelper.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 | GetSide (const int &hid) const |
| int | BuildMicromegasHitId (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 MicromegasHitIdHelper * | 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 | |
| MicromegasHitIdHelper () | |
| void | Initialize () |
| void | InitializeStationName () |
Definition at line 13 of file MicromegasHitIdHelper.h.
|
private |
Definition at line 19 of file MicromegasHitIdHelper.cxx.
| int MicromegasHitIdHelper::BuildMicromegasHitId | ( | const std::string & | statName, |
| const int | phiSect, | ||
| const int | zSect, | ||
| const int | multiLayer, | ||
| const int | layer, | ||
| const int | side ) const |
Definition at line 101 of file MicromegasHitIdHelper.cxx.
Definition at line 47 of file HitIdHelper.cxx.
|
static |
Definition at line 25 of file MicromegasHitIdHelper.cxx.
| int MicromegasHitIdHelper::GetLayer | ( | const int & | hid | ) | const |
Definition at line 89 of file MicromegasHitIdHelper.cxx.
| int MicromegasHitIdHelper::GetMultiLayer | ( | const int & | hid | ) | const |
Definition at line 84 of file MicromegasHitIdHelper.cxx.
| int MicromegasHitIdHelper::GetPhiSector | ( | const int & | hid | ) | const |
Definition at line 73 of file MicromegasHitIdHelper.cxx.
| int MicromegasHitIdHelper::GetSide | ( | const int & | hid | ) | const |
Definition at line 94 of file MicromegasHitIdHelper.cxx.
| std::string MicromegasHitIdHelper::GetStationName | ( | const int & | hid | ) | const |
Definition at line 61 of file MicromegasHitIdHelper.cxx.
| int MicromegasHitIdHelper::GetZSector | ( | const int & | hid | ) | const |
Definition at line 78 of file MicromegasHitIdHelper.cxx.
|
private |
Definition at line 31 of file MicromegasHitIdHelper.cxx.
|
inherited |
Definition at line 20 of file HitIdHelper.cxx.
|
inherited |
Definition at line 10 of file HitIdHelper.cxx.
|
private |
Definition at line 41 of file MicromegasHitIdHelper.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 MicromegasHitIdHelper::SetStationName | ( | const std::string & | name, |
| int & | hid ) const |
Definition at line 49 of file MicromegasHitIdHelper.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.