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
w
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
NSW_MMTP_RawDataContainer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONRDO_NSW_MMTP_RAWDATACONAINTER_H
6
#define MUONRDO_NSW_MMTP_RAWDATACONAINTER_H
7
8
#include "
MuonRDO/NSW_MMTP_RawDataCollection.h
"
9
#include "
AthenaKernel/CLASS_DEF.h
"
10
#include "
EventContainers/IdentifiableContainer.h
"
11
12
namespace
Muon
13
{
14
class
NSW_MMTP_RawDataContainer
:
public
IdentifiableContainer
<NSW_MMTP_RawDataCollection> {
15
public
:
16
NSW_MMTP_RawDataContainer
(
unsigned
int
hashmax);
17
NSW_MMTP_RawDataContainer
();
18
virtual
~NSW_MMTP_RawDataContainer
() =
default
;
19
20
static
const
CLID
&
classID
();
21
virtual
const
CLID
&
clID
()
const
{
return
classID
();}
22
23
};
24
}
25
26
CLASS_DEF
(
Muon::NSW_MMTP_RawDataContainer
, 456567098 , 1 )
27
28
#endif
Muon::NSW_MMTP_RawDataContainer::~NSW_MMTP_RawDataContainer
virtual ~NSW_MMTP_RawDataContainer()=default
NSW_MMTP_RawDataCollection.h
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::NSW_MMTP_RawDataContainer::NSW_MMTP_RawDataContainer
NSW_MMTP_RawDataContainer()
Definition:
NSW_MMTP_RawDataContainer.cxx:9
Muon::NSW_MMTP_RawDataContainer
Definition:
NSW_MMTP_RawDataContainer.h:14
CLID
uint32_t CLID
The Class ID type.
Definition:
Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
Muon::NSW_MMTP_RawDataContainer::classID
static const CLID & classID()
Definition:
NSW_MMTP_RawDataContainer.cxx:17
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
IdentifiableContainerMT
Definition:
IdentifiableContainerMT.h:30
Muon::NSW_MMTP_RawDataContainer::clID
virtual const CLID & clID() const
Definition:
NSW_MMTP_RawDataContainer.h:21
CLASS_DEF.h
macros to associate a CLID to a type
IdentifiableContainer.h
This class is a general container which can hold objects of accessed by an IdentifierHash For more in...
Generated on Wed May 14 2025 21:15:19 for ATLAS Offline Software by
1.8.18