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
Trigger
TrigT1
TrigT1RPClogic
TrigT1RPClogic
RPCrawDigit.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef SIMUDIGIT_H
6
#define SIMUDIGIT_H
7
8
#include <string>
9
10
#include "
TrigT1RPClogic/RPCdigit.h
"
11
12
class
RPCrawData
;
13
14
class
RPCrawDigit
:
public
RPCdigit
15
{
16
private
:
17
18
const
RPCrawData
*
m_data
;
19
20
public
:
21
RPCrawDigit
(
int
,
unsigned
int
,
float
[4]);
22
//RPCrawDigit(int,std::list<unsigned int>,float,const RPCGeometry*);
23
RPCrawDigit
(
const
RPCrawDigit
&);
24
~RPCrawDigit
() {}
25
26
RPCrawDigit
operator=
(
const
RPCrawDigit
&);
27
28
void
set_data
(
const
RPCrawData
&);
29
30
const
RPCrawData
*
data
(
void
)
const
{
return
m_data
;}
31
};
32
33
#endif
RPCrawDigit::RPCrawDigit
RPCrawDigit(int, unsigned int, float[4])
Definition:
RPCrawDigit.cxx:19
RPCrawDigit::data
const RPCrawData * data(void) const
Definition:
RPCrawDigit.h:30
RPCrawDigit::set_data
void set_data(const RPCrawData &)
Definition:
RPCrawDigit.cxx:42
RPCrawDigit::~RPCrawDigit
~RPCrawDigit()
Definition:
RPCrawDigit.h:24
RPCdigit.h
RPCrawData
Definition:
RPCrawData.h:18
RPCrawDigit::operator=
RPCrawDigit operator=(const RPCrawDigit &)
Definition:
RPCrawDigit.cxx:33
RPCdigit
Definition:
RPCdigit.h:16
RPCrawDigit
Definition:
RPCrawDigit.h:15
RPCrawDigit::m_data
const RPCrawData * m_data
Definition:
RPCrawDigit.h:18
Generated on Fri Apr 4 2025 21:17:48 for ATLAS Offline Software by
1.8.18