LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Collection of available printing style options. More...
#include "SpacePointDumpers.h"
Public Member Functions | |
SpacePointPrintOptions_t ()=default | |
Default constructor. More... | |
SpacePointPrintOptions_t (IndentOptions_t indentOptions, bool bHexFloats) | |
Public Attributes | |
IndentOptions_t | indent |
indentation string More... | |
bool | hexFloats = false |
print all floating point numbers in base 16 More... | |
Collection of available printing style options.
Definition at line 28 of file SpacePointDumpers.h.
|
default |
Default constructor.
By default, the options are:
|
inline |
Definition at line 44 of file SpacePointDumpers.h.
References recob::dumper::DumpSpacePoint(), and value.
bool recob::dumper::SpacePointPrintOptions_t::hexFloats = false |
print all floating point numbers in base 16
Definition at line 30 of file SpacePointDumpers.h.
IndentOptions_t recob::dumper::SpacePointPrintOptions_t::indent |
indentation string
Definition at line 29 of file SpacePointDumpers.h.