Namespaces | Functions
PCAxisDumpers.h File Reference

Functions dumping principal component axis objects. More...

#include "lardataobj/RecoBase/PCAxis.h"
#include <string>
#include <iomanip>
#include <type_traits>
#include "lardata/ArtDataHelper/Dumpers/NewLine.h"

Go to the source code of this file.

Namespaces

 recob
 Reconstruction base classes.
 
 recob::dumper
 

Functions

template<typename Stream , typename NewLineRef >
std::enable_if_t< std::is_same< recob::dumper::NewLine< std::decay_t< Stream > >, std::decay_t< NewLineRef > >::value > recob::dumper::DumpPCAxis (Stream &&out, recob::PCAxis const &pca, NewLineRef &&nl)
 
template<typename Stream >
void recob::dumper::DumpPCAxis (Stream &&out, recob::PCAxis const &pca, std::string indent="", bool indentFirst=true)
 Dumps the content of the specified PCA axis into a stream. More...
 

Detailed Description

Functions dumping principal component axis objects.

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

Definition in file PCAxisDumpers.h.