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
MuonTrigCoinData
MuonCoinDataCollection_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
/* Takashi Kubota - June 30, 2008 */
6
#ifndef MUONCOINDATACOLLECTION_P1_H
7
#define MUONCOINDATACOLLECTION_P1_H
8
9
#include <vector>
10
namespace
Muon
{
11
class
MuonCoinDataCollection_p1
12
{
13
14
15
public
:
16
17
MuonCoinDataCollection_p1
()
18
:
19
m_id
(0),
20
m_hashId
(0),
21
m_begin
(0),
22
m_end
(0)
23
{ } ;
24
25
// container cnvs do conversions
26
friend
class
TgcCoinDataContainerCnv_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
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::MuonCoinDataCollection_p1::MuonCoinDataCollection_p1
MuonCoinDataCollection_p1()
Definition:
MuonCoinDataCollection_p1.h:17
Muon::MuonCoinDataCollection_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:
MuonCoinDataCollection_p1.h:35
Muon::TgcCoinDataContainerCnv_p1
Definition:
TgcCoinDataContainerCnv_p1.h:28
Muon::MuonCoinDataCollection_p1::m_end
unsigned int m_end
End index into master collection.
Definition:
MuonCoinDataCollection_p1.h:41
Muon::MuonCoinDataCollection_p1
Definition:
MuonCoinDataCollection_p1.h:12
Muon::MuonCoinDataCollection_p1::m_begin
unsigned int m_begin
Begin index into master collection.
Definition:
MuonCoinDataCollection_p1.h:38
Muon::MuonCoinDataCollection_p1::m_id
unsigned int m_id
Identifier of this collection.
Definition:
MuonCoinDataCollection_p1.h:31
Generated on Wed Apr 23 2025 21:15:44 for ATLAS Offline Software by
1.8.18