Prints the content of all the vertices on screen. More...
Public Member Functions | |
| DumpVertices (fhicl::ParameterSet const &pset) | |
| Default constructor. More... | |
| virtual void | analyze (const art::Event &evt) override |
| Does the printing. More... | |
Private Attributes | |
| art::InputTag | fInputTag |
| input tag of the Vertex 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 vertices on screen.
This analyser prints the content of all the vertices into the LogInfo/LogVerbatim stream.
"DumpVertices"): the category used for the output (useful for filtering)false): print all the floating point numbers in base 16 Definition at line 43 of file DumpVertices_module.cc.
|
explicit |
Default constructor.
Definition at line 167 of file DumpVertices_module.cc.
|
overridevirtual |
Does the printing.
Definition at line 176 of file DumpVertices_module.cc.
|
private |
input tag of the Vertex product
Definition at line 54 of file DumpVertices_module.cc.
|
private |
category for LogInfo output
Definition at line 55 of file DumpVertices_module.cc.
|
private |
whether to print floats in base 16
Definition at line 56 of file DumpVertices_module.cc.
1.8.5