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

Go to the source code of this file.

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 

Typedefs

using Acts::AlignmentVector = ActsVector< eAlignmentSize >
 
using Acts::AlignmentRowVector = ActsMatrix< 1, eAlignmentSize >
 
using Acts::AlignmentMatrix = ActsMatrix< eAlignmentSize, eAlignmentSize >
 
using Acts::AlignmentToPositionMatrix = ActsMatrix< 3, eAlignmentSize >
 
using Acts::AlignmentToBoundMatrix = ActsMatrix< eBoundSize, eAlignmentSize >
 
using Acts::AlignmentToPathMatrix = ActsMatrix< 1, 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
}