EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
AlignmentDefinitions.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file AlignmentDefinitions.hpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2016-2020 CERN for the benefit of the Acts project
4
//
5
// This Source Code Form is subject to the terms of the Mozilla Public
6
// License, v. 2.0. If a copy of the MPL was not distributed with this
7
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
9
#pragma once
10
11
#include "
Acts/Utilities/Definitions.hpp
"
12
13
namespace
Acts {
14
21
enum
AlignmentIndices
:
unsigned
int
{
22
// Center of geometry object in global 3D cartesian coordinates
23
eAlignmentCenter0
= 0
u
,
24
eAlignmentCenter1
=
eAlignmentCenter0
+ 1
u
,
25
eAlignmentCenter2
=
eAlignmentCenter0
+ 2
u
,
26
// Rotation angle around global x/y/z axis of geometry object
27
eAlignmentRotation0
= 3
u
,
28
eAlignmentRotation1
=
eAlignmentRotation0
+ 1
u
,
29
eAlignmentRotation2
=
eAlignmentRotation0
+ 2
u
,
30
// Last uninitialized value contains the total number of components
31
eAlignmentSize
,
32
};
33
35
using
AlignmentScalar
= double;
36
37
// Matrix and vector types related to alignment parameters.
38
using
AlignmentVector
=
ActsVector<AlignmentScalar, eAlignmentSize>
;
39
using
AlignmentRowVector
=
ActsRowVector<AlignmentScalar, eAlignmentSize>
;
40
using
AlingmentMatrix
=
41
ActsMatrix<AlignmentScalar, eAlignmentSize, eAlignmentSize>
;
42
using
AlignmentToLocalCartesianMatrix
=
43
ActsMatrix<AlignmentScalar, 3, eAlignmentSize>
;
44
using
AlignmentToBoundMatrix
=
45
ActsMatrix<BoundScalar, eBoundSize, eAlignmentSize>
;
46
47
}
// namespace Acts
acts
blob
sPHENIX
Core
include
Acts
Utilities
AlignmentDefinitions.hpp
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:23
using
1.8.2 with
EIC GitHub integration