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
TrigSteeringEventTPCnv
TrigSteeringEventTPCnv
Lvl1Result_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
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigSteeringEventTPCnv
8
* @class : Lvl1Result_p1
9
*
10
* @brief persistent representation of Lvl1ResultData.
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. of Geneva, Switzerland
13
* @author Francesca Bucci <f.bucci@cern.ch> - U. of Geneva, Switzerland
14
*
15
* File and Version Information:
16
* $Id: Lvl1Result_p1.h,v 1.2 2009-04-01 22:14:57 salvator Exp $
17
**********************************************************************************/
18
19
#ifndef TrigSteeringEventTPCnv_Lvl1Result_p1_H
20
#define TrigSteeringEventTPCnv_Lvl1Result_p1_H
21
22
#include <vector>
23
24
#include "
TrigSteeringEvent/Lvl1Result.h
"
25
26
27
// needed to fix a Gaudi problem in SLC3 (should be removed eventually):
28
#include <stdint.h>
29
30
namespace
LVL1CTP
{
31
32
class
Lvl1Result_p1
33
{
34
friend
class
Lvl1ResultCnv
;
35
36
public
:
37
38
// default constructor
39
Lvl1Result_p1
() { }
40
41
// default destructor
42
virtual
~Lvl1Result_p1
() { }
43
44
//private:
45
46
bool
m_configured
=
false
;
47
std::vector<uint32_t>
m_l1_items
;
48
std::vector<uint32_t>
m_l1_itemsPrescaled
;
49
50
};
51
52
}
// end of LVL1CTP namespace
53
54
55
#endif
LVL1CTP::Lvl1Result_p1::Lvl1Result_p1
Lvl1Result_p1()
Definition:
Lvl1Result_p1.h:63
LVL1CTP::Lvl1Result_p1::~Lvl1Result_p1
virtual ~Lvl1Result_p1()
Definition:
Lvl1Result_p1.h:66
LVL1CTP::Lvl1Result_p1::m_configured
bool m_configured
Definition:
Lvl1Result_p1.h:70
Lvl1Result.h
LVL1CTP::Lvl1Result_p1::m_l1_items
std::vector< uint32_t > m_l1_items
Definition:
Lvl1Result_p1.h:71
Lvl1ResultCnv
Definition:
Lvl1ResultCnv.h:37
LVL1CTP
Definition:
Lvl1ResultAccessTool.h:20
LVL1CTP::Lvl1Result_p1::m_l1_itemsPrescaled
std::vector< uint32_t > m_l1_itemsPrescaled
Definition:
Lvl1Result_p1.h:72
Generated on Sun Apr 20 2025 21:14:28 for ATLAS Offline Software by
1.8.18