Loading [MathJax]/jax/output/SVG/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
Event
EventTPCnv
EventTPCnv
EventInfo_p1.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
#ifndef EVENTTPCNV_EVENTINFO_P1_H
6
#define EVENTTPCNV_EVENTINFO_P1_H
7
14
#include "
EventTPCnv/EventID_p1.h
"
15
#include "
EventTPCnv/EventType_p1.h
"
16
#include "
EventTPCnv/TriggerInfo_p1.h
"
17
18
class
EventInfo_p1
{
19
public
:
20
EventInfo_p1
();
21
virtual
~EventInfo_p1
();
22
23
EventInfo_p1
(
const
EventInfo_p1
&
other
);
24
EventInfo_p1
&
operator=
(
const
EventInfo_p1
&);
25
26
EventInfo_p1
(
EventInfo_p1
&&
other
);
27
EventInfo_p1
&
operator=
(
EventInfo_p1
&&);
28
29
EventID_p1
m_event_ID
;
30
EventType_p1
m_event_type
;
31
TriggerInfo_p1
*
m_trigger_info
;
32
33
};
34
35
#include "
EventTPCnv/EventInfo_p1.icc
"
36
37
#endif
38
39
EventInfo_p1.icc
EventInfo_p1
Definition:
EventInfo_p1.h:18
EventInfo_p1::~EventInfo_p1
virtual ~EventInfo_p1()
EventInfo_p1::EventInfo_p1
EventInfo_p1(const EventInfo_p1 &other)
EventID_p1.h
This class provides persistent representation for EventID.
EventType_p1.h
TriggerInfo_p1.h
This class is the persistent representation of TriggerInfo.
EventInfo_p1::m_event_type
EventType_p1 m_event_type
Definition:
EventInfo_p1.h:30
EventInfo_p1::EventInfo_p1
EventInfo_p1()
EventInfo_p1::EventInfo_p1
EventInfo_p1(EventInfo_p1 &&other)
EventInfo_p1::m_event_ID
EventID_p1 m_event_ID
Definition:
EventInfo_p1.h:29
EventID_p1
Definition:
EventID_p1.h:17
InDetDD::other
@ other
Definition:
InDetDD_Defs.h:16
TriggerInfo_p1
Definition:
TriggerInfo_p1.h:17
EventType_p1
Definition:
EventType_p1.h:17
EventInfo_p1::m_trigger_info
TriggerInfo_p1 * m_trigger_info
Definition:
EventInfo_p1.h:31
EventInfo_p1::operator=
EventInfo_p1 & operator=(const EventInfo_p1 &)
Generated on Sat Mar 29 2025 21:10:25 for ATLAS Offline Software by
1.8.18