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
LArCalorimeter
LArElecCalib
LArElecCalib
ILArFEBTempTool.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 ILARFEBTEMPTOOL_H
6
#define ILARFEBTEMPTOOL_H
7
19
// Includes for Gaudi
20
#include "GaudiKernel/IAlgTool.h"
21
#include <string>
22
23
class
HWIdentifier
;
24
25
static
const
InterfaceID IID_ILArFEBTempTool(
"ILArFEBTempTool"
, 1 ,0);
26
27
typedef
std::vector<std::pair<float,float> >
FEBTemp
;
28
29
class
ILArFEBTempTool
:
virtual
public
IAlgTool
30
{
31
public
:
32
virtual
~ILArFEBTempTool
() { }
33
34
static
const
InterfaceID&
interfaceID
() {
return
IID_ILArFEBTempTool; }
35
36
virtual
FEBTemp
getFebTemp
(
const
HWIdentifier
&
id
) = 0 ;
37
};
38
39
#endif
ILArFEBTempTool
Interface for Tool to provide FEB TEMP DCS information.
Definition:
ILArFEBTempTool.h:30
ILArFEBTempTool::~ILArFEBTempTool
virtual ~ILArFEBTempTool()
Definition:
ILArFEBTempTool.h:32
ILArFEBTempTool::interfaceID
static const InterfaceID & interfaceID()
Definition:
ILArFEBTempTool.h:34
HWIdentifier
Definition:
HWIdentifier.h:13
FEBTemp
std::vector< std::pair< float, float > > FEBTemp
Definition:
ILArFEBTempTool.h:27
ILArFEBTempTool::getFebTemp
virtual FEBTemp getFebTemp(const HWIdentifier &id)=0
Generated on Sat Mar 29 2025 21:11:40 for ATLAS Offline Software by
1.8.18