Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Transform3JsonConverter::Options Struct Reference

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.
 

Detailed Description

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

Member Data Documentation

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().


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