Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
MuonSpectrometer
MuonSimEvent
MuonSimEvent
TgcHitIdHelper.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TgcHitIdHelper_H
6
#define TgcHitIdHelper_H
7
8
#include <string>
9
10
//base class
11
#include "
HitManagement/HitIdHelper.h
"
12
13
class
TgcHitIdHelper
:
public
HitIdHelper
{
14
public
:
15
16
static
const
TgcHitIdHelper
*
GetHelper
();
17
std::string
GetStationName
(
const
int
& hid)
const
;
18
void
SetStationName
(
const
std::string&
name
,
int
& hid)
const
;
19
int
GetStationPhi
(
const
int
& hid)
const
;
20
int
GetStationEta
(
const
int
& hid)
const
;
21
int
GetGasGap
(
const
int
& hid)
const
;
22
23
int
BuildTgcHitId
(
const
std::string&,
const
int
,
const
int
,
const
int
)
const
;
24
25
private
:
26
TgcHitIdHelper
();
27
void
Initialize
();
28
void
InitializeStationName
();
29
};
30
31
#endif
TgcHitIdHelper::GetGasGap
int GetGasGap(const int &hid) const
Definition:
TgcHitIdHelper.cxx:71
TgcHitIdHelper::TgcHitIdHelper
TgcHitIdHelper()
Definition:
TgcHitIdHelper.cxx:17
TgcHitIdHelper::InitializeStationName
void InitializeStationName()
Definition:
TgcHitIdHelper.cxx:36
TgcHitIdHelper::Initialize
void Initialize()
Definition:
TgcHitIdHelper.cxx:29
TgcHitIdHelper
Definition:
TgcHitIdHelper.h:13
TgcHitIdHelper::GetStationName
std::string GetStationName(const int &hid) const
Definition:
TgcHitIdHelper.cxx:52
TgcHitIdHelper::GetHelper
static const TgcHitIdHelper * GetHelper()
Definition:
TgcHitIdHelper.cxx:23
TgcHitIdHelper::GetStationPhi
int GetStationPhi(const int &hid) const
Definition:
TgcHitIdHelper.cxx:61
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
HitIdHelper
Definition:
HitIdHelper.h:23
TgcHitIdHelper::SetStationName
void SetStationName(const std::string &name, int &hid) const
Definition:
TgcHitIdHelper.cxx:43
HitIdHelper.h
TgcHitIdHelper::GetStationEta
int GetStationEta(const int &hid) const
Definition:
TgcHitIdHelper.cxx:66
TgcHitIdHelper::BuildTgcHitId
int BuildTgcHitId(const std::string &, const int, const int, const int) const
Definition:
TgcHitIdHelper.cxx:77
Generated on Tue Apr 8 2025 21:20:04 for ATLAS Offline Software by
1.8.18