ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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. | |
Definition at line 28 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 28 of file AlignmentContextTests.cpp
|
inline |
Default contructor.
Definition at line 36 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 36 of file AlignmentContextTests.cpp
|
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
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