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
MuonRDO
MuonRDO
STGC_RawDataCollection.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONRDO_STGC_RawDataCOLLECTION_H
6
#define MUONRDO_STGC_RawDataCOLLECTION_H
7
8
#include "
MuonRDO/STGC_RawData.h
"
9
#include "
AthContainers/DataVector.h
"
10
#include "
Identifier/IdentifierHash.h
"
11
12
namespace
Muon
{
13
class
STGC_RawDataContainerCnv_p1;
14
class
STGC_RawDataContainerCnv_p2;
15
class
STGC_RawDataContainerCnv_p3;
16
17
class
STGC_RawDataCollection
:
public
DataVector
<STGC_RawData>
18
{
19
public
:
20
friend
class
Muon::STGC_RawDataContainerCnv_p1
;
21
friend
class
Muon::STGC_RawDataContainerCnv_p2
;
22
friend
class
Muon::STGC_RawDataContainerCnv_p3
;
23
24
STGC_RawDataCollection
(
IdentifierHash
hash
) :
m_idHash
(
hash
) {}
25
26
const
IdentifierHash
&
identifyHash
()
const
{
return
m_idHash
; }
27
private
:
28
30
IdentifierHash
m_idHash
;
31
};
32
}
33
34
#endif
Muon::STGC_RawDataContainerCnv_p1
Definition:
STGC_RawDataContainerCnv_p1.h:19
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::STGC_RawDataCollection::identifyHash
const IdentifierHash & identifyHash() const
Definition:
STGC_RawDataCollection.h:26
STGC_RawData.h
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
Muon::STGC_RawDataContainerCnv_p3
Definition:
STGC_RawDataContainerCnv_p3.h:19
IdentifierHash.h
Muon::STGC_RawDataCollection::STGC_RawDataCollection
STGC_RawDataCollection(IdentifierHash hash)
Definition:
STGC_RawDataCollection.h:24
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CaloCondBlobAlgs_fillNoiseFromASCII.hash
dictionary hash
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:109
Muon::STGC_RawDataCollection::m_idHash
IdentifierHash m_idHash
Offline IdentifierHash for this collection.
Definition:
STGC_RawDataCollection.h:30
Muon::STGC_RawDataCollection
Definition:
STGC_RawDataCollection.h:18
IdentifierHash
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
Definition:
IdentifierHash.h:25
Muon::STGC_RawDataContainerCnv_p2
Definition:
STGC_RawDataContainerCnv_p2.h:19
Generated on Wed Apr 23 2025 21:19:21 for ATLAS Offline Software by
1.8.18