Analysis Software
Documentation for sPHENIX simulation software
|
The options for the transform converter. More...
#include <acts/blob/sPHENIX/Plugins/Json/include/Acts/Plugins/Json/AlgebraJsonConverter.hpp>
Public Attributes | |
bool | writeIdentity = false |
Write the identity transform explicitly. | |
bool | transpose = true |
Apply a transpose to flip column/row order. | |
The options for the transform converter.
Definition at line 27 of file AlgebraJsonConverter.hpp.
View newest version in sPHENIX GitHub at line 27 of file AlgebraJsonConverter.hpp
bool Acts::Transform3JsonConverter::Options::transpose = true |
Apply a transpose to flip column/row order.
Definition at line 31 of file AlgebraJsonConverter.hpp.
View newest version in sPHENIX GitHub at line 31 of file AlgebraJsonConverter.hpp
Referenced by Acts::Python::addJson(), and Acts::Transform3JsonConverter::toJson().
bool Acts::Transform3JsonConverter::Options::writeIdentity = false |
Write the identity transform explicitly.
Definition at line 29 of file AlgebraJsonConverter.hpp.
View newest version in sPHENIX GitHub at line 29 of file AlgebraJsonConverter.hpp
Referenced by Acts::Python::addJson(), BOOST_AUTO_TEST_CASE(), and Acts::Transform3JsonConverter::toJson().