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
TrigEvent
TrigCaloEventTPCnv
TrigCaloEventTPCnv
TrigRNNOutput_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigCaloEventTPCnv
8
* @class : TrigRNNOutput_p2
9
*
10
* @brief persistent partner for TrigRNNOutput
11
*
12
* @author Danilo Enoque Ferreira de Lima <dferreir@mail.cern.ch> - UFRJ
13
*
14
* File and Version Information:
15
* $Id: TrigRNNOutput_p2.h 724033 2016-02-15 16:24:28Z gemmeren $
16
**********************************************************************************/
17
#ifndef TRIGEVENTTPCNV_TRIGRNNOUTPUT_P2_H
18
#define TRIGEVENTTPCNV_TRIGRNNOUTPUT_P2_H
19
20
#include "
DataModelAthenaPool/ElementLink_p3.h
"
21
22
class
TrigRNNOutput_p2
{
23
24
friend
class
TrigRNNOutputCnv_p2
;
25
26
public
:
27
28
// default constructor
29
TrigRNNOutput_p2
() { }
30
31
// default destructor
32
~TrigRNNOutput_p2
() { }
33
34
private
:
35
36
std::vector<float>
m_output
;
37
ElementLinkInt_p3
m_cluster
;
38
};
39
40
#endif
ElementLink_p3.h
This file contains the class definition for the ElementLink_p3 class.
TrigRNNOutput_p2::~TrigRNNOutput_p2
~TrigRNNOutput_p2()
Definition:
TrigRNNOutput_p2.h:43
TrigRNNOutput_p2::m_cluster
ElementLinkInt_p3 m_cluster
Definition:
TrigRNNOutput_p2.h:48
TrigRNNOutput_p2
Definition:
TrigRNNOutput_p2.h:22
ElementLink_p3< uint32_t >
TrigRNNOutput_p2::TrigRNNOutput_p2
TrigRNNOutput_p2()
Definition:
TrigRNNOutput_p2.h:40
TrigRNNOutput_p2::m_output
std::vector< float > m_output
Definition:
TrigRNNOutput_p2.h:47
TrigRNNOutputCnv_p2
Definition:
TrigRNNOutputCnv_p2.h:33
Generated on Wed Apr 9 2025 21:21:47 for ATLAS Offline Software by
1.8.18