Prints the content of all the space points on screen. More...
Classes | |
struct | Config |
Configuration parameters. More... | |
Public Types | |
using | Parameters = art::EDAnalyzer::Table< Config > |
Public Member Functions | |
DumpSpacePoints (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 SpacePoint 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 space points on screen.
This analyser prints the content of all the space points into the LogInfo/LogVerbatim stream.
false
): print all the floating point numbers in base 16 Definition at line 45 of file DumpSpacePoints_module.cc.
using recob::DumpSpacePoints::Parameters = art::EDAnalyzer::Table<Config> |
Definition at line 70 of file DumpSpacePoints_module.cc.
|
explicit |
Default constructor.
Definition at line 228 of file DumpSpacePoints_module.cc.
|
overridevirtual |
Does the printing.
Definition at line 237 of file DumpSpacePoints_module.cc.
|
private |
input tag of the SpacePoint product
Definition at line 80 of file DumpSpacePoints_module.cc.
|
private |
category for LogInfo output
Definition at line 81 of file DumpSpacePoints_module.cc.
|
private |
whether to print floats in base 16
Definition at line 82 of file DumpSpacePoints_module.cc.