Functions dumping space points.
More...
Go to the source code of this file.
|
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...
|
|
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.