LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Functions dumping principal component axis objects. More...
#include "lardataobj/RecoBase/PCAxis.h"
#include <iomanip>
#include <string>
#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... | |
Functions dumping principal component axis objects.
Definition in file PCAxisDumpers.h.