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
EFTracking
FPGATrackSim
FPGATrackSimObjects
src
FPGATrackSimLogicalEventOutputHeader.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
FPGATrackSimObjects/FPGATrackSimLogicalEventOutputHeader.h
"
6
7
8
FPGATrackSimLogicalEventOutputHeader::~FPGATrackSimLogicalEventOutputHeader
() {
9
reset
();
10
}
11
12
void
FPGATrackSimLogicalEventOutputHeader::reset
() {
13
m_FPGATrackSimRoads_1st
.clear();
14
m_FPGATrackSimRoads_2nd
.clear();
15
m_FPGATrackSimTracks_1st
.clear();
16
m_FPGATrackSimTracks_2nd
.clear();
17
m_dataflowInfo
.
reset
();
18
}
19
20
std::ostream&
operator<<
(std::ostream&
s
,
FPGATrackSimLogicalEventOutputHeader
const
&
h
) {
21
22
s
<<
"NFPGATrackSimRoads_1st = "
<<
h
.nFPGATrackSimRoads_1st() <<
", "
23
<<
"NFPGATrackSimRoads_2nd = "
<<
h
.nFPGATrackSimRoads_2nd() <<
", "
24
<<
"NFPGATrackSimTracks_1st = "
<<
h
.nFPGATrackSimTracks_1st() <<
", "
25
<<
"NFPGATrackSimTracks_2nd = "
<<
h
.nFPGATrackSimTracks_2nd() << std::endl;
26
27
return
s
;
28
}
FPGATrackSimLogicalEventOutputHeader::m_FPGATrackSimRoads_1st
std::vector< FPGATrackSimRoad > m_FPGATrackSimRoads_1st
Definition:
FPGATrackSimLogicalEventOutputHeader.h:52
FPGATrackSimLogicalEventOutputHeader::m_FPGATrackSimTracks_1st
std::vector< FPGATrackSimTrack > m_FPGATrackSimTracks_1st
Definition:
FPGATrackSimLogicalEventOutputHeader.h:54
python.SystemOfUnits.s
int s
Definition:
SystemOfUnits.py:131
FPGATrackSimLogicalEventOutputHeader::~FPGATrackSimLogicalEventOutputHeader
virtual ~FPGATrackSimLogicalEventOutputHeader()
Definition:
FPGATrackSimLogicalEventOutputHeader.cxx:8
FPGATrackSimLogicalEventOutputHeader::reset
void reset()
Definition:
FPGATrackSimLogicalEventOutputHeader.cxx:12
operator<<
std::ostream & operator<<(std::ostream &s, FPGATrackSimLogicalEventOutputHeader const &h)
Definition:
FPGATrackSimLogicalEventOutputHeader.cxx:20
FPGATrackSimLogicalEventOutputHeader.h
FPGATrackSimLogicalEventOutputHeader::m_FPGATrackSimTracks_2nd
std::vector< FPGATrackSimTrack > m_FPGATrackSimTracks_2nd
Definition:
FPGATrackSimLogicalEventOutputHeader.h:55
FPGATrackSimLogicalEventOutputHeader::m_dataflowInfo
FPGATrackSimDataFlowInfo m_dataflowInfo
Definition:
FPGATrackSimLogicalEventOutputHeader.h:57
FPGATrackSimLogicalEventOutputHeader::m_FPGATrackSimRoads_2nd
std::vector< FPGATrackSimRoad > m_FPGATrackSimRoads_2nd
Definition:
FPGATrackSimLogicalEventOutputHeader.h:53
FPGATrackSimDataFlowInfo::reset
void reset()
Definition:
FPGATrackSimDataFlowInfo.cxx:9
h
FPGATrackSimLogicalEventOutputHeader
Definition:
FPGATrackSimLogicalEventOutputHeader.h:12
Generated on Mon Mar 17 2025 21:11:02 for ATLAS Offline Software by
1.8.18