EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Utilities/Definitions.hpp"
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 } |