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
Trigger
TrigT1
TrigT1RPClogic
TrigT1RPClogic
RPCdata.h
Go to the documentation of this file.
1
/* // -*- C++ -*- */
2
3
/*
4
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
8
#ifndef RPCDATA_H
9
#define RPCDATA_H
10
11
#include <iostream>
12
#include <list>
13
14
#include "
MuonCablingTools/BaseObject.h
"
15
16
#include "
TrigT1RPClogic/RPCdigit.h
"
17
18
class
RPCdata
:
public
BaseObject
19
{
20
public
:
21
typedef
std::list < const RPCdigit* >
digitList
;
22
23
public
:
24
RPCdata
(
const
std::string&);
25
RPCdata
(
const
char
*);
26
RPCdata
(
const
RPCdata
&);
27
virtual
~RPCdata
();
28
29
public
:
30
virtual
digitList
eta_digits_list
(
void
)
const
= 0;
31
virtual
digitList
phi_digits_list
(
void
)
const
= 0;
32
virtual
int
how_many
(
int
type
,
33
int
sector,
34
int
station,
35
int
layer
,
36
int
chamber
,
37
int
strip
)
const
= 0;
38
};
39
40
41
#endif
SiliconTech::strip
@ strip
calibdata.chamber
chamber
Definition:
calibdata.py:32
RPCdata::eta_digits_list
virtual digitList eta_digits_list(void) const =0
BaseObject.h
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
RPCdigit.h
TRT::Hit::layer
@ layer
Definition:
HitInfo.h:79
RPCdata::how_many
virtual int how_many(int type, int sector, int station, int layer, int chamber, int strip) const =0
RPCdata
Definition:
RPCdata.h:19
BaseObject
Definition:
BaseObject.h:13
RPCdata::RPCdata
RPCdata(const std::string &)
Definition:
RPCdata.cxx:8
RPCdata::phi_digits_list
virtual digitList phi_digits_list(void) const =0
RPCdata::digitList
std::list< const RPCdigit * > digitList
Definition:
RPCdata.h:21
RPCdata::~RPCdata
virtual ~RPCdata()
Definition:
RPCdata.cxx:14
Generated on Mon Mar 31 2025 21:17:45 for ATLAS Offline Software by
1.8.18