Classes | Namespaces | Functions
SpacePointDumpers.h File Reference

Functions dumping space points. More...

#include "lardataobj/RecoBase/SpacePoint.h"
#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...
 

Detailed Description

Functions dumping space points.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
Date
December 18th, 2015
See also
SpacePointDumpers.cc DumpSpacePoints_module.cc

Definition in file SpacePointDumpers.h.