EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AlignmentDefinitions.hpp File Reference
+ Include dependency graph for AlignmentDefinitions.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 

Typedefs

using Acts::AlignmentScalar = double
 Underlying fundamental scalar type for alignment parameters.
 
using Acts::AlignmentVector = ActsVector< AlignmentScalar, eAlignmentSize >
 
using Acts::AlignmentRowVector = ActsRowVector< AlignmentScalar, eAlignmentSize >
 
using Acts::AlingmentMatrix = ActsMatrix< AlignmentScalar, eAlignmentSize, eAlignmentSize >
 
using Acts::AlignmentToLocalCartesianMatrix = ActsMatrix< AlignmentScalar, 3, eAlignmentSize >
 
using Acts::AlignmentToBoundMatrix = ActsMatrix< BoundScalar, eBoundSize, eAlignmentSize >
 

Enumerations

enum  Acts::AlignmentIndices : unsigned int {
  Acts::eAlignmentCenter0 = 0u, Acts::eAlignmentCenter1 = eAlignmentCenter0 + 1u, Acts::eAlignmentCenter2 = eAlignmentCenter0 + 2u, Acts::eAlignmentRotation0 = 3u,
  Acts::eAlignmentRotation1 = eAlignmentRotation0 + 1u, Acts::eAlignmentRotation2 = eAlignmentRotation0 + 2u, Acts::eAlignmentSize
}