DummyAnalyzer_module.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // Class: DummyAnalyzer
3 // Plugin Type: analyzer (art v2_06_03)
4 // File: DummyAnalyzer_module.cc
5 //
6 // Generated at Fri May 19 09:54:47 2017 by Kyle Knoepfel using cetskelgen
7 // from cetlib version v2_03_00.
8 ////////////////////////////////////////////////////////////////////////
9 
12 
13 namespace art {
14  class Event;
15  namespace test {
16  class DummyAnalyzer;
17  }
18 } // namespace art
19 
21 public:
22  struct Config {};
24  explicit DummyAnalyzer(Parameters const& p) : EDAnalyzer{p} {}
25 
26 private:
27  void
28  analyze(Event const&) override
29  {}
30 };
31 
void analyze(Event const &) override
DummyAnalyzer(Parameters const &p)
#define DEFINE_ART_MODULE(klass)
Definition: ModuleMacros.h:67
p
Definition: test.py:223
Definition: types.h:32