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
LArTshaperComplete.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_LARTSHAPERCOMPLETE_H
6
#define LARRAWCONDITIONS_LARTSHAPERCOMPLETE_H
7
8
#include "
AthenaKernel/CLASS_DEF.h
"
9
#include "
LArElecCalib/ILArTshaper.h
"
10
#include "
LArRawConditions/LArTshaperP.h
"
11
#include "
LArRawConditions/LArConditionsContainer.h
"
12
26
class
LArTshaperComplete
:
public
ILArTshaper
,
27
public
LArConditionsContainer
<LArTshaperP>{
28
29
public
:
30
31
typedef
LArConditionsContainer<LArTshaperP>
CONTAINER
;
32
LArTshaperComplete
();
33
34
virtual
~LArTshaperComplete
();
35
36
// retrieving Tshaper using online ID
37
38
virtual
const
float
&
Tshaper
(
const
HWIdentifier
& CellID)
const
;
39
40
// set method filling the data members individually (if one
41
// wants to fill this class not using the DB)
42
void
set
(
const
HWIdentifier
& CellID,
float
vTshaper);
43
44
protected
:
45
46
47
};
48
49
CLASS_DEF
(
LArTshaperComplete
,175811031,1)
50
#endif
ILArTshaper.h
LArTshaperComplete::LArTshaperComplete
LArTshaperComplete()
Definition:
LArTshaperComplete.cxx:7
LArConditionsContainer.h
HWIdentifier
Definition:
HWIdentifier.h:13
LArTshaperComplete::Tshaper
virtual const float & Tshaper(const HWIdentifier &CellID) const
Definition:
LArTshaperComplete.cxx:24
LArTshaperComplete::CONTAINER
LArConditionsContainer< LArTshaperP > CONTAINER
Definition:
LArTshaperComplete.h:31
LArConditionsContainer
Definition:
LArAutoCorrSym.h:14
LArTshaperP.h
ILArTshaper
Definition:
ILArTshaper.h:12
LArTshaperComplete::~LArTshaperComplete
virtual ~LArTshaperComplete()
Definition:
LArTshaperComplete.cxx:9
LArTshaperComplete::set
void set(const HWIdentifier &CellID, float vTshaper)
Definition:
LArTshaperComplete.cxx:13
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
CLASS_DEF.h
macros to associate a CLID to a type
LArTshaperComplete
This class implements the ILArTshaper interface.
Definition:
LArTshaperComplete.h:27
Generated on Thu Mar 13 2025 21:14:01 for ATLAS Offline Software by
1.8.18