Analysis Software
Documentation for sPHENIX simulation software
|
Public Member Functions | |
AlignmentContext ()=default | |
Default constructor. | |
AlignmentContext (std::shared_ptr< const std::array< Transform3, 2 >> aStore, unsigned int aIndex=0) | |
Constructor with Store and context index. | |
Public Attributes | |
std::shared_ptr< const std::array< Transform3, 2 > > | alignmentStore = nullptr |
We have 2 different transforms. | |
unsigned int | alignmentIndex {0} |
Context index. | |
Definition at line 34 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 34 of file AlignmentContextTests.cpp
|
default |
Default constructor.
|
inline |
Constructor with Store and context index.
Definition at line 45 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 45 of file AlignmentContextTests.cpp
unsigned int Acts::Test::AlignmentContext::alignmentIndex {0} |
Context index.
Definition at line 39 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 39 of file AlignmentContextTests.cpp
std::shared_ptr<const std::array<Transform3, 2> > Acts::Test::AlignmentContext::alignmentStore = nullptr |
We have 2 different transforms.
Definition at line 36 of file AlignmentContextTests.cpp.
View newest version in sPHENIX GitHub at line 36 of file AlignmentContextTests.cpp