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
MuonDigitContainer
MuonDigitContainer
MuonDigit.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// MuonDigit.h
6
7
#ifndef MuonDigitUH
8
#define MuonDigitUH
9
10
// Muon Digit holds an identifier.
11
12
#include <iosfwd>
13
#include "
Identifier/Identifiable.h
"
14
#include "Identifier/Identifier.h"
15
16
class
MuonDigit
:
public
Identifiable
{
17
18
protected
:
// data
19
20
// ID.
21
Identifier
m_muonId
{};
22
23
public
:
// functions
24
25
MuonDigit
() =
default
;
26
virtual
~MuonDigit
() =
default
;
27
MuonDigit
(
const
Identifier
&
id
)
28
:
m_muonId
(
id
) {}
29
void
setID
(
const
Identifier
id
) {
m_muonId
=
id
;}
30
Identifier
identify
()
const
{
return
m_muonId
;}
31
32
};
33
34
#endif
35
36
MuonDigit
Definition:
MuonDigit.h:16
Identifiable.h
MuonDigit::MuonDigit
MuonDigit()=default
MuonDigit::setID
void setID(const Identifier id)
Definition:
MuonDigit.h:29
MuonDigit::~MuonDigit
virtual ~MuonDigit()=default
MuonDigit::MuonDigit
MuonDigit(const Identifier &id)
Definition:
MuonDigit.h:27
id
SG::auxid_t id
Definition:
Control/AthContainers/Root/debug.cxx:239
MuonDigit::identify
Identifier identify() const
Definition:
MuonDigit.h:30
Identifiable
This class provides an abstract interface to an Identifiable object.
Definition:
Identifiable.h:27
MuonDigit::m_muonId
Identifier m_muonId
Definition:
MuonDigit.h:21
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Thu Apr 17 2025 21:15:30 for ATLAS Offline Software by
1.8.18