Prints the content of all the seeds on screen. More...
Classes | |
struct | Config |
Public Types | |
using | Parameters = art::EDAnalyzer::Table< Config > |
Public Member Functions | |
DumpSeeds (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 Seed 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 seeds on screen.
This analyser prints the content of all the seeds into the LogInfo/LogVerbatim stream.
false
): print all the floating point numbers in base 16 Definition at line 47 of file DumpSeeds_module.cc.
using recob::DumpSeeds::Parameters = art::EDAnalyzer::Table<Config> |
Definition at line 74 of file DumpSeeds_module.cc.
|
explicit |
Default constructor.
Definition at line 233 of file DumpSeeds_module.cc.
|
overridevirtual |
Does the printing.
Definition at line 242 of file DumpSeeds_module.cc.
|
private |
input tag of the Seed product
Definition at line 84 of file DumpSeeds_module.cc.
|
private |
category for LogInfo output
Definition at line 85 of file DumpSeeds_module.cc.
|
private |
whether to print floats in base 16
Definition at line 86 of file DumpSeeds_module.cc.