Loading [MathJax]/jax/input/TeX/config.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
src
TGCHighPtBoardOut.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TrigT1TGC/TGCHighPtBoardOut.h
"
6
7
namespace
LVL1TGCTrigger
{
8
9
TGCHighPtBoardOut::TGCHighPtBoardOut
(
TGCHighPtBoard
* hpt,
int
bidIn):
10
m_origin(hpt), m_bid(bidIn)
11
{
12
}
13
14
TGCHighPtBoardOut::TGCHighPtBoardOut
():
15
m_origin(0), m_bid(-1)
16
{
17
}
18
19
void
TGCHighPtBoardOut::clear
()
20
{
21
int
i
,j;
22
for
(
i
=0;
i
<
NumberOfChip
;
i
+=1)
23
for
( j=0; j<
MaxNumberOfHPBData
; j+=1){
24
m_hit
[
i
][j] =
false
;
25
m_select
[
i
][j] = 0;
26
}
27
}
28
29
}
//end of namespace bracket
TGCHighPtBoardOut.h
LVL1TGCTrigger::NumberOfChip
const int NumberOfChip
Definition:
TGCHighPtBoard.h:20
lumiFormat.i
int i
Definition:
lumiFormat.py:85
LVL1TGCTrigger::TGCHighPtBoardOut::TGCHighPtBoardOut
TGCHighPtBoardOut()
Definition:
TGCHighPtBoardOut.cxx:14
LVL1TGCTrigger::TGCHighPtBoardOut::m_select
int m_select[NumberOfChip][MaxNumberOfHPBData]
Definition:
TGCHighPtBoardOut.h:62
LVL1TGCTrigger
Definition:
LVL1TGCTrigger.cxx:47
LVL1TGCTrigger::MaxNumberOfHPBData
const int MaxNumberOfHPBData
Definition:
TGCHighPtBoardOut.h:12
LVL1TGCTrigger::TGCHighPtBoardOut::clear
void clear()
Definition:
TGCHighPtBoardOut.cxx:19
LVL1TGCTrigger::TGCHighPtBoard
Definition:
TGCHighPtBoard.h:34
LVL1TGCTrigger::TGCHighPtBoardOut::m_hit
bool m_hit[NumberOfChip][MaxNumberOfHPBData]
Definition:
TGCHighPtBoardOut.h:60
Generated on Mon Mar 31 2025 21:19:53 for ATLAS Offline Software by
1.8.18