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
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
LArCalorimeter
LArAlignment
LArAlignmentAlgs
src
LArAlignCondAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARALIGNMENTALGS_LARALIGNCONDALG_H
6
#define LARALIGNMENTALGS_LARALIGNCONDALG_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "
StoreGate/ReadCondHandleKey.h
"
10
#include "
StoreGate/WriteCondHandleKey.h
"
11
12
#include "
DetDescrConditions/DetCondKeyTrans.h
"
13
#include "
GeoModelUtilities/GeoAlignmentStore.h
"
14
#include "
GeoModelUtilities/StoredAlignX.h
"
15
16
#include "
LArGeoCode/LArAlignHelper.h
"
17
25
class
LArAlignCondAlg
final
:
public
AthAlgorithm
26
{
27
public
:
28
using
AthAlgorithm::AthAlgorithm
;
29
virtual
~LArAlignCondAlg
() =
default
;
30
31
virtual
StatusCode
initialize
()
override
;
32
virtual
StatusCode
execute
()
override
;
33
virtual
StatusCode
finalize
()
override
{
return
StatusCode::SUCCESS;};
34
35
private
:
36
SG::ReadCondHandleKey<DetCondKeyTrans>
m_readLArAlignKey
{this
37
,
"LArAlignFolder"
38
,
"/LAR/Align"
39
,
"SG key of DetCondKeyTrans object with LAr alignments"
};
40
41
SG::WriteCondHandleKey<GeoAlignmentStore>
m_writeGeoAlignKey
{this
42
,
"LArAlignmentStore"
43
,
"LArAlignmentStore"
44
,
"SG key of the resulting GeoAlignmentStore for LAr"
};
45
46
LArAlignHelper
m_alignHelper
;
47
};
48
49
#endif
LArAlignHelper.h
LArAlignHelper
Helper class for applying LAr alignments either from LArDetectorToolNV or from LArAlignCondAlg.
Definition:
LArAlignHelper.h:25
WriteCondHandleKey.h
LArAlignCondAlg::~LArAlignCondAlg
virtual ~LArAlignCondAlg()=default
StoredAlignX.h
AthAlgorithm.h
LArAlignCondAlg::execute
virtual StatusCode execute() override
Definition:
LArAlignCondAlg.cxx:22
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArAlignCondAlg::m_writeGeoAlignKey
SG::WriteCondHandleKey< GeoAlignmentStore > m_writeGeoAlignKey
Definition:
LArAlignCondAlg.h:41
DetCondKeyTrans.h
LArAlignCondAlg::m_readLArAlignKey
SG::ReadCondHandleKey< DetCondKeyTrans > m_readLArAlignKey
Definition:
LArAlignCondAlg.h:36
columnar::final
CM final
Definition:
ColumnAccessor.h:106
AthAlgorithm
Definition:
AthAlgorithm.h:47
ReadCondHandleKey.h
GeoAlignmentStore.h
LArAlignCondAlg::initialize
virtual StatusCode initialize() override
Definition:
LArAlignCondAlg.cxx:12
LArAlignCondAlg::m_alignHelper
LArAlignHelper m_alignHelper
Definition:
LArAlignCondAlg.h:46
SG::ReadCondHandleKey< DetCondKeyTrans >
LArAlignCondAlg::finalize
virtual StatusCode finalize() override
Definition:
LArAlignCondAlg.h:33
SG::WriteCondHandleKey< GeoAlignmentStore >
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
LArAlignCondAlg
Condition Algorithm for applying LAr Alignments.
Definition:
LArAlignCondAlg.h:26
Generated on Sun May 11 2025 21:12:39 for ATLAS Offline Software by
1.8.18