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
LArCalorimeter
LArRawConditions
LArRawConditions
LArTdriftComplete.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LARTDRIFTCOMPLETE_H
6
#define LARRAWCONDITIONS_LARTDRIFTCOMPLETE_H
7
8
#include "
AthenaKernel/CLASS_DEF.h
"
9
#include "
LArElecCalib/ILArTdrift.h
"
10
#include "
LArRawConditions/LArTdriftP.h
"
11
#include "
LArRawConditions/LArConditionsContainer.h
"
12
13
23
class
LArTdriftComplete
:
public
ILArTdrift
,
24
public
LArConditionsContainer
<LArTdriftP>{
25
26
public
:
27
28
typedef
LArConditionsContainer<LArTdriftP>
CONTAINER
;
29
LArTdriftComplete
();
30
31
virtual
~LArTdriftComplete
( );
32
33
// retrieving Tdrift using online ID
34
virtual
const
float
&
Tdrift
(
const
HWIdentifier
& CellID)
const
;
35
36
// set method filling the data members individually
37
// (if one wants to fill this class not using the DB)
38
void
set
(
const
HWIdentifier
& CellID,
float
tdrift);
39
40
};
41
CLASS_DEF
(
LArTdriftComplete
,89410564,1)
42
SG_BASE
(
LArTdriftComplete
,
ILArTdrift
);
43
#endif
LArTdriftComplete
This class implements the ILArTdrift interface.
Definition:
LArTdriftComplete.h:24
LArTdriftComplete::LArTdriftComplete
LArTdriftComplete()
Definition:
LArTdriftComplete.cxx:8
ILArTdrift.h
LArConditionsContainer.h
HWIdentifier
Definition:
HWIdentifier.h:13
LArConditionsContainer
Definition:
LArAutoCorrSym.h:14
ILArTdrift
Definition:
ILArTdrift.h:12
LArTdriftComplete::set
void set(const HWIdentifier &CellID, float tdrift)
Definition:
LArTdriftComplete.cxx:14
LArTdriftComplete::~LArTdriftComplete
virtual ~LArTdriftComplete()
Definition:
LArTdriftComplete.cxx:10
LArTdriftP.h
LArTdriftComplete::CONTAINER
LArConditionsContainer< LArTdriftP > CONTAINER
Definition:
LArTdriftComplete.h:28
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
SG_BASE
SG_BASE(LArTdriftComplete, ILArTdrift)
LArTdriftComplete::Tdrift
virtual const float & Tdrift(const HWIdentifier &CellID) const
Definition:
LArTdriftComplete.cxx:26
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Thu Mar 13 2025 21:14:01 for ATLAS Offline Software by
1.8.18