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
w
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
TileCalorimeter
TileCalib
TileCalibAlgs
src
TileMuId2DBAlg.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
//****************************************************************************
6
// Filename : TileMuId2DBAlg.h
7
// Author : Aranzazu Ruiz
8
// Created : May 2009
9
//
10
// DESCRIPTION
11
// Create ASCII file with TileMuId thresholds to be stored in COOL DB.
12
//
13
// BUGS:
14
//
15
// History:
16
//
17
//****************************************************************************
18
19
#ifndef TileCalibAlgs_TileMuId2DBAlg_h
20
#define TileCalibAlgs_TileMuId2DBAlg_h
21
22
#include "
AthenaBaseComps/AthAlgorithm.h
"
23
#include "
CaloConditions/CaloNoise.h
"
24
#include "
StoreGate/ReadCondHandleKey.h
"
25
class
CaloCell_ID
;
26
27
class
TileMuId2DBAlg
:
public
AthAlgorithm
{
28
29
public
:
30
31
TileMuId2DBAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
32
33
virtual
~TileMuId2DBAlg
() =
default
;
34
virtual
StatusCode
initialize
()
override
;
35
virtual
StatusCode
execute
()
override
;
36
virtual
StatusCode
finalize
()
override
;
37
38
private
:
39
40
const
CaloCell_ID
*
m_calo_id
{};
41
42
SG::ReadCondHandleKey<CaloNoise>
m_totalNoiseKey
43
{
this
,
"TotalNoiseKey"
,
"totalNoise"
,
"SG key for total noise"
};
44
};
45
46
#endif // TileCalibAlgs_TileMuId2DBAlg_h
TileMuId2DBAlg::finalize
virtual StatusCode finalize() override
Definition:
TileMuId2DBAlg.cxx:238
TileMuId2DBAlg::m_calo_id
const CaloCell_ID * m_calo_id
Definition:
TileMuId2DBAlg.h:40
TileMuId2DBAlg::~TileMuId2DBAlg
virtual ~TileMuId2DBAlg()=default
AthAlgorithm.h
TileMuId2DBAlg::initialize
virtual StatusCode initialize() override
Definition:
TileMuId2DBAlg.cxx:48
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
CaloCell_ID
Helper class for offline cell identifiers.
Definition:
CaloCell_ID.h:34
AthAlgorithm
Definition:
AthAlgorithm.h:47
ReadCondHandleKey.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
TileMuId2DBAlg::execute
virtual StatusCode execute() override
Definition:
TileMuId2DBAlg.cxx:60
CaloNoise.h
SG::ReadCondHandleKey< CaloNoise >
TileMuId2DBAlg
Definition:
TileMuId2DBAlg.h:27
TileMuId2DBAlg::m_totalNoiseKey
SG::ReadCondHandleKey< CaloNoise > m_totalNoiseKey
Definition:
TileMuId2DBAlg.h:43
TileMuId2DBAlg::TileMuId2DBAlg
TileMuId2DBAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TileMuId2DBAlg.cxx:38
Generated on Sun May 11 2025 21:19:37 for ATLAS Offline Software by
1.8.18