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
w
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
TrigSteeringEventTPCnv
TrigSteeringEventTPCnv
TrigOperationalInfoCollection_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
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigSteeringEventTPCnv
8
* @class : TrigOperationalInfoCollection_tlp1
9
*
10
* @brief "top level" persistent partner for TrigOperationalInfoCollection
11
*
12
* @author Tomasz Bold <Tomasz.Bold@cern.ch> - AGH-UST Cracow/ UC Irvine
13
*
14
* File and Version Information:
15
* $Id: TrigOperationalInfoCollection_tlp1.h,v 1.2 2009-04-01 22:14:57 salvator Exp $
16
**********************************************************************************/
17
#ifndef TRIGSTEERINGEVENTTPCNV_TrigOperationalInfoCollection_TLP1_H
18
#define TRIGSTEERINGEVENTTPCNV_TrigOperationalInfoCollection_TLP1_H
19
20
#include "
TrigSteeringEventTPCnv/TrigOperationalInfoCollection_p1.h
"
21
#include "
TrigSteeringEventTPCnv/TrigOperationalInfoCnv_p1.h
"
22
23
24
class
TrigOperationalInfoCollection_tlp1
25
{
26
27
public
:
28
29
TrigOperationalInfoCollection_tlp1
(){}
30
friend
class
TrigOperationalInfoCollectionCnv_tlp1
;
31
32
private
:
33
34
std::vector<TrigOperationalInfoCollection_p1>
m_TrigOperationalInfoCollection
;
35
std::vector<TrigOperationalInfo_p1>
m_TrigOperationalInfo
;
36
37
38
};
//end of class definitions
39
40
#endif
TrigOperationalInfoCnv_p1.h
TrigOperationalInfoCollection_tlp1::TrigOperationalInfoCollection_tlp1
TrigOperationalInfoCollection_tlp1()
Definition:
TrigOperationalInfoCollection_tlp1.h:40
TrigOperationalInfoCollectionCnv_tlp1
Definition:
TrigOperationalInfoCollectionCnv_tlp1.h:28
TrigOperationalInfoCollection_p1.h
TrigOperationalInfoCollection_tlp1
Definition:
TrigOperationalInfoCollection_tlp1.h:25
TrigOperationalInfoCollection_tlp1::m_TrigOperationalInfoCollection
std::vector< TrigOperationalInfoCollection_p1 > m_TrigOperationalInfoCollection
Definition:
TrigOperationalInfoCollection_tlp1.h:45
TrigOperationalInfoCollection_tlp1::m_TrigOperationalInfo
std::vector< TrigOperationalInfo_p1 > m_TrigOperationalInfo
Definition:
TrigOperationalInfoCollection_tlp1.h:46
Generated on Wed May 14 2025 21:21:08 for ATLAS Offline Software by
1.8.18