Prints the content of all the partidle IDs on screen. More...
Classes | |
struct | Config |
Public Types | |
using | Parameters = art::EDAnalyzer::Table< Config > |
Public Member Functions | |
DumpParticleIDs (Parameters const &config) | |
Default constructor. More... | |
void | analyze (const art::Event &evt) override |
Does the printing. More... | |
Private Attributes | |
art::InputTag const | fParticleIDsModuleLabel |
name of module that produced the pids More... | |
std::string const | fOutputCategory |
category for LogInfo output More... | |
Prints the content of all the partidle IDs on screen.
This analyser prints the content of all the particle IDs into the LogInfo/LogVerbatim stream.
Definition at line 41 of file DumpParticleIDs_module.cc.
using pid::DumpParticleIDs::Parameters = art::EDAnalyzer::Table<Config> |
Definition at line 61 of file DumpParticleIDs_module.cc.
|
explicit |
Default constructor.
Definition at line 99 of file DumpParticleIDs_module.cc.
|
override |
Does the printing.
Definition at line 107 of file DumpParticleIDs_module.cc.
|
private |
category for LogInfo output
Definition at line 73 of file DumpParticleIDs_module.cc.
|
private |
name of module that produced the pids
Definition at line 72 of file DumpParticleIDs_module.cc.