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
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonPrepRawData
MuonPRD_Collection_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
#ifndef MUONPRD_COLLECTION_P1_H
6
#define MUONPRD_COLLECTION_P1_H
7
8
#include <vector>
9
namespace
Muon
{
10
class
MuonPRD_Collection_p1
11
{
12
public
:
13
MuonPRD_Collection_p1
()
14
:
15
m_id
(0),
16
m_hashId
(0),
17
m_begin
(0),
18
m_end
(0)
19
{ } ;
20
21
// container cnvs do conversions
22
friend
class
CscPrepDataContainerCnv_p1
;
23
friend
class
CscStripPrepDataContainerCnv_p1
;
24
friend
class
RpcPrepDataContainerCnv_p1
;
25
friend
class
TgcPrepDataContainerCnv_p1
;
26
friend
class
MdtPrepDataContainerCnv_p1
;
27
28
//private:
29
31
unsigned
int
m_id
;
32
35
unsigned
int
m_hashId
;
36
38
unsigned
int
m_begin
;
39
41
unsigned
int
m_end
;
42
43
};
44
45
}
46
47
#endif
48
49
Muon::CscStripPrepDataContainerCnv_p1
Definition:
CscStripPrepDataContainerCnv_p1.h:26
Muon::CscPrepDataContainerCnv_p1
Definition:
CscPrepDataContainerCnv_p1.h:28
Muon::MdtPrepDataContainerCnv_p1
Definition:
MdtPrepDataContainerCnv_p1.h:27
Muon::MuonPRD_Collection_p1::m_id
unsigned int m_id
Identifier of this collection.
Definition:
MuonPRD_Collection_p1.h:31
Muon::MuonPRD_Collection_p1::m_hashId
unsigned int m_hashId
Hash Identifier of this collection (write this one as well, so we don't rely on the IdHelper for it)
Definition:
MuonPRD_Collection_p1.h:35
Muon::MuonPRD_Collection_p1::m_end
unsigned int m_end
End index into master collection.
Definition:
MuonPRD_Collection_p1.h:41
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::MuonPRD_Collection_p1::m_begin
unsigned int m_begin
Begin index into master collection.
Definition:
MuonPRD_Collection_p1.h:38
Muon::MuonPRD_Collection_p1
Definition:
MuonPRD_Collection_p1.h:11
Muon::RpcPrepDataContainerCnv_p1
Definition:
RpcPrepDataContainerCnv_p1.h:27
Muon::TgcPrepDataContainerCnv_p1
Definition:
TgcPrepDataContainerCnv_p1.h:27
Muon::MuonPRD_Collection_p1::MuonPRD_Collection_p1
MuonPRD_Collection_p1()
Definition:
MuonPRD_Collection_p1.h:13
Generated on Thu Mar 13 2025 21:15:28 for ATLAS Offline Software by
1.8.18