Prints the content of all the PCA axis object on screen. More...
Classes | |
struct | Config |
Configuration parameters. More... | |
Public Types | |
using | Parameters = art::EDAnalyzer::Table< Config > |
Public Member Functions | |
DumpPCAxes (Parameters const &config) | |
Default constructor. More... | |
virtual void | analyze (const art::Event &evt) override |
Does the printing. More... | |
Private Attributes | |
art::InputTag | fInputTag |
input tag of the PCAxis product More... | |
std::string | fOutputCategory |
category for LogInfo output More... | |
bool | fPrintHexFloats |
whether to print floats in base 16 More... | |
Prints the content of all the PCA axis object on screen.
This analyser prints the content of all the principal component axis object into the LogInfo/LogVerbatim stream.
"DumpPCAxes"
): the category used for the output (useful for filtering)false
): print all the floating point numbers in base 16 Definition at line 45 of file DumpPCAxes_module.cc.
using recob::DumpPCAxes::Parameters = art::EDAnalyzer::Table<Config> |
Definition at line 70 of file DumpPCAxes_module.cc.
|
explicit |
Default constructor.
Definition at line 188 of file DumpPCAxes_module.cc.
|
overridevirtual |
Does the printing.
Definition at line 197 of file DumpPCAxes_module.cc.
|
private |
input tag of the PCAxis product
Definition at line 80 of file DumpPCAxes_module.cc.
|
private |
category for LogInfo output
Definition at line 81 of file DumpPCAxes_module.cc.
|
private |
whether to print floats in base 16
Definition at line 82 of file DumpPCAxes_module.cc.