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
ForwardDetectors
AFP
AFP_DBTools
AFP_DBTools
ISiGlobAlignDBTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
#ifndef AFP_DBTOOLS_ISIGLOBALIGNDBTOOL_H
7
#define AFP_DBTOOLS_ISIGLOBALIGNDBTOOL_H
8
9
10
// FrameWork includes
11
#include "GaudiKernel/IAlgTool.h"
12
#include "GaudiKernel/EventContext.h"
13
14
// forward declaration of nlohmann::json
15
#include "nlohmann/json_fwd.hpp"
16
17
namespace
AFP
18
{
19
// forward declarations
20
class
SiGlobAlignData
;
21
23
class
ISiGlobAlignDBTool
:
virtual
public
IAlgTool
24
{
25
public
:
26
DeclareInterfaceID
(
ISiGlobAlignDBTool
, 1, 0);
27
29
virtual
nlohmann::json
alignmentData
(
const
EventContext& ctx)
const
= 0;
30
virtual
const
SiGlobAlignData
alignment
(
const
nlohmann::json
& jsondata,
const
int
stationID)
const
= 0;
31
};
32
33
}
// namespace AFP
34
35
#endif // > ! AFP_DBTOOLS_ISIGLOBALIGNDBTOOL_H
AFP::ISiGlobAlignDBTool
Interface to tool providing local alignment of silicon detectors from the conditions database.
Definition:
ISiGlobAlignDBTool.h:24
json
nlohmann::json json
Definition:
HistogramDef.cxx:9
AFP::ISiGlobAlignDBTool::alignment
virtual const SiGlobAlignData alignment(const nlohmann::json &jsondata, const int stationID) const =0
AFP::ISiGlobAlignDBTool::DeclareInterfaceID
DeclareInterfaceID(ISiGlobAlignDBTool, 1, 0)
AFP
Header file for interface of SiGlobAlignDBTool used to read global alignment for database.
Definition:
ISiGlobAlignDBTool.h:18
AFP::ISiGlobAlignDBTool::alignmentData
virtual nlohmann::json alignmentData(const EventContext &ctx) const =0
Provide alignment parameters for a given station. Returns zeros if no data available.
AFP::SiGlobAlignData
Definition:
SiGlobAlignData.h:23
Generated on Sun Mar 23 2025 21:12:18 for ATLAS Offline Software by
1.8.18