Loading [MathJax]/jax/output/SVG/config.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
12 constexpr std::array<char, 4> v1 = {
'B',
'E',
'T',
'C'};
13 constexpr std::array<char, 9>
v2 = {
'I',
'M',
'O',
'E',
'1',
'2',
'3',
'4',
'S'};
14 constexpr std::array<char, 7> v3 = {
'S',
'L',
'E',
'R',
'F',
'G',
'M'};
48 for (
unsigned int i=0;
i<
sizeof(v1);
i++)
50 for (
unsigned int i=0;
i<
sizeof(
v2);
i++)
52 for (
unsigned int i=0;
i<
sizeof(v3);
i++)
int GetMultiLayer(const int &hid) const
void SetFieldValue(const std::string &name, int n, HitID &targetID) const
void InitializeField(const std::string &n, int vmn, int vmx)
void Initialize(unsigned int nTubes)
void SetStationName(const std::string &name, int &hid) const
int GetZSector(const int &hid) const
static const MdtHitIdHelper * GetHelper(unsigned int nTubes=78)
MdtHitIdHelper(unsigned int nTubes)
int GetPhiSector(const int &hid) const
std::string GetStationName(const int &hid) const
int GetFieldValue(const std::string &name, HitID targetID) const
int GetLayer(const int &hid) const
void InitializeStationName()
int GetTube(const int &hid) const
int BuildMdtHitId(const std::string &, const int, const int, const int, const int, const int) const