EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Test::AlignmentContext Class Reference

Public Member Functions

 AlignmentContext ()
 Default contructor.
 
 AlignmentContext (std::shared_ptr< const std::array< Transform3D, 2 >> aStore, unsigned int aIndex=0)
 Constructor with Store and context index.
 

Public Attributes

std::shared_ptr< const
std::array< Transform3D, 2 > > 
alignmentStore = nullptr
 We have 2 different transforms.
 
unsigned int alignmentIndex {0}
 Context index.
 

Detailed Description

Definition at line 28 of file AlignmentContextTests.cpp.

View newest version in sPHENIX GitHub at line 28 of file AlignmentContextTests.cpp

Constructor & Destructor Documentation

Acts::Test::AlignmentContext::AlignmentContext ( )
inline

Default contructor.

Definition at line 36 of file AlignmentContextTests.cpp.

View newest version in sPHENIX GitHub at line 36 of file AlignmentContextTests.cpp

Acts::Test::AlignmentContext::AlignmentContext ( std::shared_ptr< const std::array< Transform3D, 2 >>  aStore,
unsigned int  aIndex = 0 
)
inline

Constructor with Store and context index.

Definition at line 39 of file AlignmentContextTests.cpp.

View newest version in sPHENIX GitHub at line 39 of file AlignmentContextTests.cpp

Member Data Documentation

unsigned int Acts::Test::AlignmentContext::alignmentIndex {0}

Context index.

Definition at line 33 of file AlignmentContextTests.cpp.

View newest version in sPHENIX GitHub at line 33 of file AlignmentContextTests.cpp

std::shared_ptr<const std::array<Transform3D, 2> > Acts::Test::AlignmentContext::alignmentStore = nullptr

We have 2 different transforms.

Definition at line 30 of file AlignmentContextTests.cpp.

View newest version in sPHENIX GitHub at line 30 of file AlignmentContextTests.cpp


The documentation for this class was generated from the following file: