Prints the content of all the hits on screen. More...
Classes | |
struct | Config |
Public Types | |
using | Parameters = art::EDAnalyzer::Table< Config > |
Public Member Functions | |
DumpHits (Parameters const &config) | |
Default constructor. More... | |
void | analyze (const art::Event &evt) |
Does the printing. More... | |
Private Attributes | |
art::InputTag | fHitsModuleLabel |
name of module that produced the hits More... | |
std::string | fOutputCategory |
category for LogInfo output More... | |
bool | bCheckRawDigits |
check associations with raw digits More... | |
bool | bCheckWires |
check associations with wires More... | |
Prints the content of all the hits on screen.
This analyser prints the content of all the hits into the LogInfo/LogVerbatim stream.
Definition at line 46 of file DumpHits_module.cc.
using hit::DumpHits::Parameters = art::EDAnalyzer::Table<Config> |
Definition at line 78 of file DumpHits_module.cc.
|
explicit |
Default constructor.
Definition at line 121 of file DumpHits_module.cc.
void hit::DumpHits::analyze | ( | const art::Event & | evt | ) |
Does the printing.
Definition at line 131 of file DumpHits_module.cc.
|
private |
check associations with raw digits
Definition at line 91 of file DumpHits_module.cc.
|
private |
check associations with wires
Definition at line 92 of file DumpHits_module.cc.
|
private |
name of module that produced the hits
Definition at line 89 of file DumpHits_module.cc.
|
private |
category for LogInfo output
Definition at line 90 of file DumpHits_module.cc.