Prints the content of all the wires on screen. More...
Classes | |
struct | Config |
Public Types | |
using | Parameters = art::EDAnalyzer::Table< Config > |
Public Member Functions | |
DumpWires (Parameters const &config) | |
Constructor. More... | |
virtual void | analyze (art::Event const &evt) override |
Does the printing. More... | |
Private Member Functions | |
template<typename Stream > | |
void | PrintWire (Stream &&out, recob::Wire const &wire, std::string indent=" ", std::string firstIndent=" ") const |
Dumps a single recob:Wire to the specified output stream. More... | |
Private Attributes | |
art::InputTag | fCalWireModuleLabel |
Input tag for wires. More... | |
std::string | fOutputCategory |
Category for LogVerbatim output. More... | |
unsigned int | fDigitsPerLine |
Ticks/digits per line in the output. More... | |
Prints the content of all the wires on screen.
This analyser prints the content of all the wires into the LogVerbatim
stream.
"caldata"
): label of the producer used to create the recob::Wire
collection to be dumped"DumpWires"
): the category used for the output (useful for filtering)20
): the dump of digits and ticks will put this many of them for each line; 0
suppresses digit printout Definition at line 71 of file DumpWires_module.cc.
using caldata::DumpWires::Parameters = art::EDAnalyzer::Table<Config> |
Definition at line 98 of file DumpWires_module.cc.
|
explicit |
Constructor.
Definition at line 128 of file DumpWires_module.cc.
|
overridevirtual |
Does the printing.
Definition at line 137 of file DumpWires_module.cc.
|
private |
Dumps a single recob:Wire
to the specified output stream.
Definition at line 157 of file DumpWires_module.cc.
|
private |
Input tag for wires.
Definition at line 109 of file DumpWires_module.cc.
|
private |
Ticks/digits per line in the output.
Definition at line 111 of file DumpWires_module.cc.
|
private |
Category for LogVerbatim
output.
Definition at line 110 of file DumpWires_module.cc.