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
TrigMonitoringEventTPCnv
TrigMonitoringEventTPCnv
TrigMonEventCollection_tlp1.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 TRIGMON_EVENT_COLLECTION_TLP1_H
6
#define TRIGMON_EVENT_COLLECTION_TLP1_H
7
8
/*
9
@author Rustem Ospanov
10
@date July 2009
11
12
@brief Persistent "top level" copy of TrigMonEventCollection;
13
*/
14
15
#include <vector>
16
#include "
TrigMonitoringEventTPCnv/TrigMonEventCollection_p1.h
"
17
#include "
TrigMonitoringEventTPCnv/TrigMonEvent_p1.h
"
18
19
class
TrigMonEventCollection_tlp1
20
{
21
public
:
22
23
TrigMonEventCollection_tlp1
() {}
24
~TrigMonEventCollection_tlp1
() {}
25
26
friend
class
TrigMonEventCollectionCnv_tlp1
;
27
28
private
:
29
30
std::vector<TrigMonEventCollection_p1>
m_TrigMonEventCollection
;
31
std::vector<TrigMonEvent_p1>
m_TrigMonEvent
;
32
33
};
34
35
#endif
TrigMonEventCollection_tlp1::m_TrigMonEventCollection
std::vector< TrigMonEventCollection_p1 > m_TrigMonEventCollection
Definition:
TrigMonEventCollection_tlp1.h:30
TrigMonEventCollection_tlp1::TrigMonEventCollection_tlp1
TrigMonEventCollection_tlp1()
Definition:
TrigMonEventCollection_tlp1.h:23
TrigMonEvent_p1.h
TrigMonEventCollection_tlp1
Definition:
TrigMonEventCollection_tlp1.h:20
TrigMonEventCollection_tlp1::m_TrigMonEvent
std::vector< TrigMonEvent_p1 > m_TrigMonEvent
Definition:
TrigMonEventCollection_tlp1.h:31
TrigMonEventCollection_tlp1::~TrigMonEventCollection_tlp1
~TrigMonEventCollection_tlp1()
Definition:
TrigMonEventCollection_tlp1.h:24
TrigMonEventCollection_p1.h
TrigMonEventCollectionCnv_tlp1
Definition:
TrigMonEventCollectionCnv_tlp1.h:16
Generated on Sun Mar 30 2025 21:21:44 for ATLAS Offline Software by
1.8.18