LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Functions dumping space points. More...
#include "lardataobj/RecoBase/SpacePoint.h"
#include <type_traits>
#include <utility>
#include "lardata/ArtDataHelper/Dumpers/NewLine.h"
#include "lardata/ArtDataHelper/Dumpers/hexfloat.h"
Go to the source code of this file.
Classes | |
struct | recob::dumper::SpacePointPrintOptions_t |
Collection of available printing style options. More... | |
Namespaces | |
recob | |
Reconstruction base classes. | |
recob::dumper | |
Functions | |
template<typename Stream , typename NewLineRef = recob::dumper::NewLine<Stream>> | |
auto | recob::dumper::DumpSpacePoint (Stream &&out, recob::SpacePoint const &sp, SpacePointPrintOptions_t const &options={}) -> std::enable_if_t< std::is_same< NewLine< std::decay_t< Stream >>, std::decay_t< NewLineRef >>::value > |
Dumps the content of the specified space point into a stream. More... | |