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
TrigT1EventTPCnv
TrigT1EventTPCnv
RoIBResult_p1.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
#ifndef TRIGT1EVENTTPCNV_ROIBRESULT_P1_H
3
/*
4
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5
*/
6
#define TRIGT1EVENTTPCNV_ROIBRESULT_P1_H
7
8
// System include(s):
9
#include <vector>
10
11
// Local include(s):
12
#include "
TrigT1EventTPCnv/SubSysResult_p1.h
"
13
14
// Forward declaration of the converter:
15
class
RoIBResultCnv_p1
;
16
30
class
RoIBResult_p1
{
31
32
friend
class
RoIBResultCnv_p1
;
33
34
public
:
35
RoIBResult_p1
();
36
37
protected
:
38
SubSysResult_p1
m_muctpi
;
39
SubSysResult_p1
m_ctp
;
40
std::vector< SubSysResult_p1 >
m_jetenergy
;
41
std::vector< SubSysResult_p1 >
m_emtau
;
42
43
};
// class RoIBResult_p1
44
45
inline
RoIBResult_p1::RoIBResult_p1
()
46
: m_muctpi(), m_ctp(), m_jetenergy(), m_emtau() {
47
48
}
49
50
#endif // TRIGT1EVENTTPCNV_ROIBRESULT_P1_H
RoIBResult_p1
Persistent representation of ROIB::RoIBResult.
Definition:
RoIBResult_p1.h:30
RoIBResult_p1::m_ctp
SubSysResult_p1 m_ctp
Definition:
RoIBResult_p1.h:39
RoIBResult_p1::RoIBResult_p1
RoIBResult_p1()
Definition:
RoIBResult_p1.h:45
SubSysResult_p1.h
SubSysResult_p1
Persistent class used by RoIBResult_p1.
Definition:
SubSysResult_p1.h:27
RoIBResultCnv_p1
T/P converter for RoIBResult_p1.
Definition:
RoIBResultCnv_p1.h:27
RoIBResult_p1::m_muctpi
SubSysResult_p1 m_muctpi
Definition:
RoIBResult_p1.h:38
RoIBResult_p1::m_emtau
std::vector< SubSysResult_p1 > m_emtau
Definition:
RoIBResult_p1.h:41
RoIBResult_p1::m_jetenergy
std::vector< SubSysResult_p1 > m_jetenergy
Definition:
RoIBResult_p1.h:40
Generated on Sat Mar 29 2025 21:17:17 for ATLAS Offline Software by
1.8.18