ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::Transform3JsonConverter::Options Struct Reference

The options for the transform converter. More...

#include <ActsPlugins/Json/AlgebraJsonConverter.hpp>

Public Attributes

bool transpose = false
 Apply a transpose to flip column/row order.
bool writeIdentity = false
 Write the identity transform explicitly.

Detailed Description

The options for the transform converter.

Member Data Documentation

◆ transpose

bool Acts::Transform3JsonConverter::Options::transpose = false

Apply a transpose to flip column/row order.

◆ writeIdentity

bool Acts::Transform3JsonConverter::Options::writeIdentity = false

Write the identity transform explicitly.