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
Trigger
TrigT1
TrigT1TGC
TrigT1TGC
TGCWireDoubletSB.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TGCWireDoubletSB_hh
6
#define TGCWireDoubletSB_hh
7
#include "
TrigT1TGC/TGCDoubletSB.h
"
8
9
namespace
LVL1TGCTrigger
{
10
11
class
TGCWireDoubletSB
:
public
TGCDoubletSB
{
12
public
:
13
TGCWireDoubletSB
():
TGCDoubletSB
(){
14
m_maxDev
=7;
15
m_nChAdj
=4;
16
m_iChBase
=9;
17
m_posMaxDev
=7;
18
m_negMaxDev
=-7;
19
m_SType
=
WIRE
;
20
};
21
~TGCWireDoubletSB
(){};
22
23
protected
:
24
25
};
26
27
}
//end of namespace bracket
28
29
#endif
LVL1TGCTrigger::TGCDoubletSB::m_nChAdj
int m_nChAdj
Definition:
TGCDoubletSB.h:39
LVL1TGCTrigger::TGCDoubletSB
Definition:
TGCDoubletSB.h:19
TGCDoubletSB.h
LVL1TGCTrigger::WIRE
@ WIRE
Definition:
TGCNumbering.h:52
LVL1TGCTrigger::TGCDoubletSB::m_SType
TGCSignalType m_SType
Definition:
TGCDoubletSB.h:42
LVL1TGCTrigger
Definition:
LVL1TGCTrigger.cxx:47
LVL1TGCTrigger::TGCWireDoubletSB::TGCWireDoubletSB
TGCWireDoubletSB()
Definition:
TGCWireDoubletSB.h:13
LVL1TGCTrigger::TGCDoubletSB::m_posMaxDev
int m_posMaxDev
Definition:
TGCDoubletSB.h:37
LVL1TGCTrigger::TGCDoubletSB::m_maxDev
int m_maxDev
Definition:
TGCDoubletSB.h:36
LVL1TGCTrigger::TGCDoubletSB::m_iChBase
int m_iChBase
Definition:
TGCDoubletSB.h:40
LVL1TGCTrigger::TGCWireDoubletSB
Definition:
TGCWireDoubletSB.h:11
LVL1TGCTrigger::TGCWireDoubletSB::~TGCWireDoubletSB
~TGCWireDoubletSB()
Definition:
TGCWireDoubletSB.h:21
LVL1TGCTrigger::TGCDoubletSB::m_negMaxDev
int m_negMaxDev
Definition:
TGCDoubletSB.h:38
Generated on Sun Mar 23 2025 21:19:59 for ATLAS Offline Software by
1.8.18