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
TrigT1CaloCalibConditions
TrigT1CaloCalibConditions
L1CaloDisabledTowers.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef TRIGT1CALOCALIBCONDITIONS_L1CALODISABLEDTOWERS_H
8
#define TRIGT1CALOCALIBCONDITIONS_L1CALODISABLEDTOWERS_H
9
16
class
L1CaloDisabledTowers
17
{
18
public
:
19
L1CaloDisabledTowers
() {}
20
L1CaloDisabledTowers
(
unsigned
int
channelId
,
unsigned
int
disabledBits
);
21
22
unsigned
int
channelId
()
const
{
return
m_channelId
; }
23
unsigned
int
disabledBits
()
const
{
return
m_disabledBits
; }
24
25
void
setChannelId
(
unsigned
int
channelId
) {
m_channelId
=
channelId
; }
26
void
setdisabledBits
(
unsigned
int
disabledBits
) {
m_disabledBits
=
disabledBits
; }
27
28
private
:
29
unsigned
int
m_channelId
= 0;
30
unsigned
int
m_disabledBits
= 0;
31
};
32
33
#endif // TRIGT1CALOCALIBCONDITIONS_L1CALODISABLEDTOWERS_H
L1CaloDisabledTowers::channelId
unsigned int channelId() const
Definition:
L1CaloDisabledTowers.h:22
L1CaloDisabledTowers::m_disabledBits
unsigned int m_disabledBits
Definition:
L1CaloDisabledTowers.h:30
L1CaloDisabledTowers::m_channelId
unsigned int m_channelId
Definition:
L1CaloDisabledTowers.h:29
L1CaloDisabledTowers::L1CaloDisabledTowers
L1CaloDisabledTowers()
Definition:
L1CaloDisabledTowers.h:19
L1CaloDisabledTowers::setdisabledBits
void setdisabledBits(unsigned int disabledBits)
Definition:
L1CaloDisabledTowers.h:26
L1CaloDisabledTowers
Folder <-> Object mapping for /TRIGGER/L1Calo/V1/Conditions/DisabledTowers .
Definition:
L1CaloDisabledTowers.h:17
L1CaloDisabledTowers::setChannelId
void setChannelId(unsigned int channelId)
Definition:
L1CaloDisabledTowers.h:25
L1CaloDisabledTowers::disabledBits
unsigned int disabledBits() const
Definition:
L1CaloDisabledTowers.h:23
Generated on Wed Apr 16 2025 21:13:18 for ATLAS Offline Software by
1.8.18