|
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'};
47 for (
unsigned int i=0;
i<
sizeof(v1);
i++)
49 for (
unsigned int i=0;
i<
sizeof(
v2);
i++)
51 for (
unsigned int i=0;
i<
sizeof(v3);
i++)
90 const int zSect,
const int chamberLayer,
int wireLayer)
const
void SetFieldValue(const std::string &name, int n, HitID &targetID) const
void InitializeField(const std::string &n, int vmn, int vmx)
int GetChamberLayer(const int &hid) const
int GetPhiSector(const int &hid) const
static const CscHitIdHelper * GetHelper()
int GetFieldValue(const std::string &name, HitID targetID) const
int BuildCscHitId(const std::string &, const int, const int, const int, const int) const
int GetWireLayer(const int &hid) const
void SetStationName(const std::string &name, int &hid) const
std::string GetStationName(const int &hid) const
int GetZSector(const int &hid) const
void InitializeStationName()