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
Event
EventTPCnv
EventTPCnv
PileUpEventInfo_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_PILEUPEVENTINFO_P1_H
6
#define EVENTTPCNV_PILEUPEVENTINFO_P1_H
7
15
#include "
EventTPCnv/EventInfo_p1.h
"
16
#include <vector>
17
18
class
MsgStream;
19
20
class
PileUpEventInfo_p1
:
public
EventInfo_p1
{
21
public
:
22
23
PileUpEventInfo_p1
() {};
24
virtual
~PileUpEventInfo_p1
() {};
25
26
struct
SubEvent
{
27
double
m_timeIndex
;
28
EventInfo_p1
m_subEventInfo
;
29
};
30
31
typedef
std::vector<SubEvent>
SubEvVect_t
;
32
SubEvVect_t
m_subEvents
;
33
};
34
35
36
#endif
37
38
EventInfo_p1
Definition:
EventInfo_p1.h:18
PileUpEventInfo_p1::SubEvVect_t
std::vector< SubEvent > SubEvVect_t
Definition:
PileUpEventInfo_p1.h:31
PileUpEventInfo_p1::SubEvent
Definition:
PileUpEventInfo_p1.h:26
PileUpEventInfo_p1
Definition:
PileUpEventInfo_p1.h:20
PileUpEventInfo_p1::m_subEvents
SubEvVect_t m_subEvents
Definition:
PileUpEventInfo_p1.h:32
PileUpEventInfo_p1::SubEvent::m_subEventInfo
EventInfo_p1 m_subEventInfo
Definition:
PileUpEventInfo_p1.h:28
EventInfo_p1.h
This class is the persistent representation of EventInfo.
PileUpEventInfo_p1::SubEvent::m_timeIndex
double m_timeIndex
Definition:
PileUpEventInfo_p1.h:27
PileUpEventInfo_p1::~PileUpEventInfo_p1
virtual ~PileUpEventInfo_p1()
Definition:
PileUpEventInfo_p1.h:24
PileUpEventInfo_p1::PileUpEventInfo_p1
PileUpEventInfo_p1()
Definition:
PileUpEventInfo_p1.h:23
Generated on Sat Mar 29 2025 21:16:22 for ATLAS Offline Software by
1.8.18