All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
DummyAnalyzer Class Reference

Module which does nothing. More...

Inheritance diagram for DummyAnalyzer:

Public Member Functions

 DummyAnalyzer (fhicl::ParameterSet const &params, const art::ProcessingFrame &)
 
virtual void analyze (art::Event const &, const art::ProcessingFrame &) override
 

Detailed Description

Module which does nothing.

See Also
DummyFilter, DummyProducer

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

Configuration parameters

Anything.

Definition at line 34 of file DummyAnalyzer_module.cc.

Constructor & Destructor Documentation

DummyAnalyzer::DummyAnalyzer ( fhicl::ParameterSet const &  params,
const art::ProcessingFrame &   
)
inline

Definition at line 38 of file DummyAnalyzer_module.cc.

39  : art::SharedAnalyzer{ params }
40  { async<art::InEvent>(); }

Member Function Documentation

virtual void DummyAnalyzer::analyze ( art::Event const &  ,
const art::ProcessingFrame &   
)
inlineoverridevirtual

Definition at line 42 of file DummyAnalyzer_module.cc.

43  {}

The documentation for this class was generated from the following file: