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
TrigT1
TrigT1EventTPCnv
TrigT1EventTPCnv
MuCTPI_RDO_p1.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
#ifndef TRIGT1EVENTTPCNV_MUCTPI_RDO_P1_H
3
/*
4
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5
*/
6
#define TRIGT1EVENTTPCNV_MUCTPI_RDO_P1_H
7
8
// System include(s):
9
#include <vector>
10
#include <inttypes.h>
11
12
// Forward declaration of the converter:
13
class
MuCTPI_RDOCnv_p1
;
14
26
class
MuCTPI_RDO_p1
{
27
28
friend
class
MuCTPI_RDOCnv_p1
;
29
30
public
:
31
MuCTPI_RDO_p1
();
32
33
protected
:
34
std::vector< uint32_t >
m_candidateMultiplicity
;
35
std::vector< uint32_t >
m_dataWord
;
36
37
};
// class MuCTPI_RDO_p1
38
39
inline
MuCTPI_RDO_p1::MuCTPI_RDO_p1
()
40
: m_candidateMultiplicity(), m_dataWord() {
41
42
}
43
44
#endif // TRIGT1EVENTTPCNV_MUCTPI_RDO_P1_H
MuCTPI_RDOCnv_p1
T/P converter for MuCTPI_RDO_p1.
Definition:
MuCTPI_RDOCnv_p1.h:27
MuCTPI_RDO_p1::MuCTPI_RDO_p1
MuCTPI_RDO_p1()
Definition:
MuCTPI_RDO_p1.h:39
MuCTPI_RDO_p1
Persistent representation of MuCTPI_RDO.
Definition:
MuCTPI_RDO_p1.h:26
MuCTPI_RDO_p1::m_dataWord
std::vector< uint32_t > m_dataWord
Definition:
MuCTPI_RDO_p1.h:35
MuCTPI_RDO_p1::m_candidateMultiplicity
std::vector< uint32_t > m_candidateMultiplicity
Definition:
MuCTPI_RDO_p1.h:34
Generated on Sat Mar 29 2025 21:14:58 for ATLAS Offline Software by
1.8.18