Prints the content of all the clusters on screen. More...
Classes | |
struct | Config |
Configuration object. More... | |
Public Types | |
using | Parameters = art::EDAnalyzer::Table< Config > |
Public Member Functions | |
DumpClusters (Parameters const &config) | |
Default constructor. More... | |
void | analyze (const art::Event &evt) |
Does the printing. More... | |
Private Attributes | |
art::InputTag | fClusterModuleLabel |
tag of the cluster data product More... | |
std::string | fOutputCategory |
category for LogInfo output More... | |
unsigned int | fHitsPerLine |
hits per line in the output More... | |
Prints the content of all the clusters on screen.
This analyser prints the content of all the clusters into the LogInfo/LogVerbatim stream.
"DumpClusters"
): the category used for the output (useful for filtering)20
): the dump of hits will put this many of them for each line Definition at line 54 of file DumpClusters_module.cc.
using recob::DumpClusters::Parameters = art::EDAnalyzer::Table<Config> |
Definition at line 79 of file DumpClusters_module.cc.
|
explicit |
Default constructor.
Definition at line 114 of file DumpClusters_module.cc.
void recob::DumpClusters::analyze | ( | const art::Event & | evt | ) |
Does the printing.
Definition at line 123 of file DumpClusters_module.cc.
|
private |
tag of the cluster data product
Definition at line 89 of file DumpClusters_module.cc.
|
private |
hits per line in the output
Definition at line 91 of file DumpClusters_module.cc.
|
private |
category for LogInfo output
Definition at line 90 of file DumpClusters_module.cc.