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
Calorimeter
CaloConditions
CaloConditions
ICaloBadChanTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ICaloBadChanTool_H
6
#define ICaloBadChanTool_H
7
8
#include "Identifier/Identifier.h"
9
#include "
CaloConditions/CaloBadChannel.h
"
10
#include "GaudiKernel/IAlgTool.h"
11
#include "GaudiKernel/EventContext.h"
12
#include "GaudiKernel/ThreadLocalContext.h"
13
14
15
class
ICaloBadChanTool
:
public
virtual
IAlgTool {
16
public
:
17
18
virtual
~ICaloBadChanTool
() {}
19
20
virtual
CaloBadChannel
caloStatus
(
const
EventContext& ctx,
21
Identifier
id
)
const
= 0;
22
23
virtual
CaloBadChannel
caloStatus
(
Identifier
id
)
const
24
{
25
return
caloStatus
(Gaudi::Hive::currentContext(),
id
);
26
}
27
28
static
const
InterfaceID&
interfaceID
() {
29
static
const
InterfaceID
id
(
"ICaloBadChanTool"
, 1 , 0);
30
return
id
;
31
}
32
33
};
34
35
#endif
ICaloBadChanTool::interfaceID
static const InterfaceID & interfaceID()
Definition:
ICaloBadChanTool.h:28
CaloBadChannel.h
ICaloBadChanTool::caloStatus
virtual CaloBadChannel caloStatus(const EventContext &ctx, Identifier id) const =0
ICaloBadChanTool::caloStatus
virtual CaloBadChannel caloStatus(Identifier id) const
Definition:
ICaloBadChanTool.h:23
ICaloBadChanTool
Definition:
ICaloBadChanTool.h:15
ICaloBadChanTool::~ICaloBadChanTool
virtual ~ICaloBadChanTool()
Definition:
ICaloBadChanTool.h:18
id
SG::auxid_t id
Definition:
Control/AthContainers/Root/debug.cxx:227
CaloBadChannel
Definition:
CaloBadChannel.h:8
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Fri Mar 14 2025 21:11:41 for ATLAS Offline Software by
1.8.18