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
LArOFCBinComplete.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWCONDITIONS_LAROFCBINCOMPLETE
6
#define LARRAWCONDITIONS_LAROFCBINCOMPLETE
7
8
#include "
LArRawConditions/LArConditionsContainer.h
"
9
#include "
LArElecCalib/ILArOFCBin.h
"
10
#include "
LArRawConditions/LArOFCBinP.h
"
11
12
class
LArOFCBinComplete
:
public
ILArOFCBin
,
13
public
LArConditionsContainer
<LArOFCBinP> {
14
public
:
15
LArOFCBinComplete
();
16
virtual
~LArOFCBinComplete
();
17
18
//Getter
19
virtual
const
int
&
bin
(
const
HWIdentifier
& chid,
const
int
&
gain
)
const
{
20
return
(this->
get
(chid,
gain
).m_bin); };
21
22
//Setter
23
void
set
(
const
HWIdentifier
& chid,
const
int
&
gain
,
const
int
&
bin
);
24
};
25
26
#include "
AthenaKernel/CondCont.h
"
27
CLASS_DEF
(
LArOFCBinComplete
,113480660,1)
28
CONDCONT_DEF
(
LArOFCBinComplete
,18486430,
ILArOFCBin
);
29
30
#endif
CondCont.h
Hold mappings of ranges to condition objects.
LArOFCBinComplete::bin
virtual const int & bin(const HWIdentifier &chid, const int &gain) const
Definition:
LArOFCBinComplete.h:19
CaloCondBlobAlgs_fillNoiseFromASCII.gain
gain
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:110
bin
Definition:
BinsDiffFromStripMedian.h:43
LArConditionsContainer.h
HWIdentifier
Definition:
HWIdentifier.h:13
LArConditionsContainer
Definition:
LArAutoCorrSym.h:14
CONDCONT_DEF
CONDCONT_DEF(LArOFCBinComplete, 18486430, ILArOFCBin)
LArConditionsContainer< LArOFCBinP >::get
ConstReference get(const HWIdentifier id, unsigned int gain=0) const
get data with online identifier
LArOFCBinComplete
Definition:
LArOFCBinComplete.h:13
LArOFCBinComplete::~LArOFCBinComplete
virtual ~LArOFCBinComplete()
Definition:
LArOFCBinComplete.cxx:9
LArOFCBinComplete::LArOFCBinComplete
LArOFCBinComplete()
Definition:
LArOFCBinComplete.cxx:7
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
LArOFCBinComplete::set
void set(const HWIdentifier &chid, const int &gain, const int &bin)
Definition:
LArOFCBinComplete.cxx:11
ILArOFCBin.h
ILArOFCBin
Definition:
ILArOFCBin.h:12
LArOFCBinP.h
Generated on Thu Mar 13 2025 21:13:50 for ATLAS Offline Software by
1.8.18