Module which does nothing. More...
Public Member Functions | |
DummyAnalyzer (fhicl::ParameterSet const ¶ms, const art::ProcessingFrame &) | |
virtual void | analyze (art::Event const &, const art::ProcessingFrame &) override |
Module which does nothing.
This module accepts any FHiCL configuration (which it ignores), acts like an analyzer that does not consume anything.
It is a "good" way to remove an analyzer module from a job without having to mess with much configuration: just target it with a:
physics.analyzer.redundantanalyzer.module_type: DummyAnalyzer
Anything.
Definition at line 34 of file DummyAnalyzer_module.cc.
|
inline |
Definition at line 38 of file DummyAnalyzer_module.cc.
|
inlineoverridevirtual |
Definition at line 42 of file DummyAnalyzer_module.cc.