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
TileCalorimeter
TileSvc
TileTPCnv
TileTPCnv
TileMuonReceiverObj_p1.h
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// TileMuonReceiverObj_p1.h
8
// Header file for class TileMuonReceiverObj_p1
9
// Author: Joao Gentil Saraiva <joao.gentil.saraiva@cern.ch>
10
// Date: March 2014
12
#ifndef TILETPCNV_TILEMUONRECEIVEROBJ_P1_H
13
#define TILETPCNV_TILEMUONRECEIVEROBJ_P1_H
14
15
#include <vector>
16
17
// forward declarations
18
class
TileMuonReceiverObjCnv_p1
;
19
20
class
TileMuonReceiverObj_p1
{
21
22
// Make the AthenaPoolCnv class our friend
23
friend
class
TileMuonReceiverObjCnv_p1
;
24
25
public
:
26
27
// Default constructor:
28
TileMuonReceiverObj_p1
():
m_id
(0),
m_data
() {}
29
30
private
:
31
32
unsigned
int
m_id
;
33
std::vector<float>
m_data
;
34
35
};
36
37
#endif
TileMuonReceiverObj_p1::m_data
std::vector< float > m_data
Definition:
TileMuonReceiverObj_p1.h:33
TileMuonReceiverObj_p1::TileMuonReceiverObj_p1
TileMuonReceiverObj_p1()
Definition:
TileMuonReceiverObj_p1.h:28
TileMuonReceiverObj_p1
Definition:
TileMuonReceiverObj_p1.h:20
TileMuonReceiverObjCnv_p1
Definition:
TileMuonReceiverObjCnv_p1.h:26
TileMuonReceiverObj_p1::m_id
unsigned int m_id
Definition:
TileMuonReceiverObj_p1.h:32
Generated on Thu Mar 13 2025 21:19:52 for ATLAS Offline Software by
1.8.18