![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Functions dumping space points. More...
#include "lardataobj/RecoBase/SpacePoint.h"#include <string>#include <utility>#include <type_traits>#include "lardata/ArtDataHelper/Dumpers/hexfloat.h"#include "lardata/ArtDataHelper/Dumpers/NewLine.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... | |