|
ATLAS Offline Software
|
Go to the documentation of this file.
11 constexpr std::array<char, 4> v1 = {
'B',
'E',
'T',
'C'};
12 constexpr std::array<char, 9>
v2 = {
'I',
'M',
'O',
'E',
'1',
'2',
'3',
'4',
'S'};
13 constexpr std::array<char, 6> v3 = {
'S',
'L',
'E',
'R',
'F',
'G'};
45 for (
unsigned int i=0;
i<
sizeof(v1);
i++)
47 for (
unsigned int i=0;
i<
sizeof(
v2);
i++)
49 for (
unsigned int i=0;
i<
sizeof(v3);
i++)
78 const int statEta,
const int gasG)
const
void SetFieldValue(const std::string &name, int n, HitID &targetID) const
int GetGasGap(const int &hid) const
void InitializeField(const std::string &n, int vmn, int vmx)
void InitializeStationName()
int GetFieldValue(const std::string &name, HitID targetID) const
std::string GetStationName(const int &hid) const
static const TgcHitIdHelper * GetHelper()
int GetStationPhi(const int &hid) const
void SetStationName(const std::string &name, int &hid) const
int GetStationEta(const int &hid) const
int BuildTgcHitId(const std::string &, const int, const int, const int) const