![]() |
ATLAS Offline Software
|
#include <CscHitIdHelper.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 | GetChamberLayer (const int &hid) const |
| int | GetWireLayer (const int &hid) const |
| int | BuildCscHitId (const std::string &, 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 CscHitIdHelper * | 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 | |
| CscHitIdHelper () | |
| void | Initialize () |
| void | InitializeStationName () |
Definition at line 13 of file CscHitIdHelper.h.
|
private |
Definition at line 17 of file CscHitIdHelper.cxx.
| int CscHitIdHelper::BuildCscHitId | ( | const std::string & | statName, |
| const int | phiSect, | ||
| const int | zSect, | ||
| const int | chamberLayer, | ||
| const int | wireLayer ) const |
Definition at line 89 of file CscHitIdHelper.cxx.
| int CscHitIdHelper::GetChamberLayer | ( | const int & | hid | ) | const |
Definition at line 78 of file CscHitIdHelper.cxx.
Definition at line 47 of file HitIdHelper.cxx.
|
static |
Definition at line 23 of file CscHitIdHelper.cxx.
| int CscHitIdHelper::GetPhiSector | ( | const int & | hid | ) | const |
Definition at line 67 of file CscHitIdHelper.cxx.
| std::string CscHitIdHelper::GetStationName | ( | const int & | hid | ) | const |
Definition at line 56 of file CscHitIdHelper.cxx.
| int CscHitIdHelper::GetWireLayer | ( | const int & | hid | ) | const |
Definition at line 83 of file CscHitIdHelper.cxx.
| int CscHitIdHelper::GetZSector | ( | const int & | hid | ) | const |
Definition at line 72 of file CscHitIdHelper.cxx.
|
private |
Definition at line 29 of file CscHitIdHelper.cxx.
|
inherited |
Definition at line 20 of file HitIdHelper.cxx.
|
inherited |
Definition at line 10 of file HitIdHelper.cxx.
|
private |
Definition at line 38 of file CscHitIdHelper.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 CscHitIdHelper::SetStationName | ( | const std::string & | name, |
| int & | hid ) const |
Definition at line 45 of file CscHitIdHelper.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.