DummyResultsProducer_plugin.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // Class: DummyResultsProducer
3 // Plugin Type: resultsproducer (art v2_06_03)
4 // File: DummyResultsProducer_plugin.cc
5 //
6 // Generated at Fri May 19 10:15:57 2017 by Kyle Knoepfel using cetskelgen
7 // from cetlib version v2_03_00.
8 ////////////////////////////////////////////////////////////////////////
9 
11 
12 namespace fhicl {
13  class ParameterSet;
14 }
15 
16 namespace art {
17  class Results;
18  namespace test {
19  class DummyResultsProducer;
20  }
21 } // namespace art
22 
24 public:
26  void
27  clear() override
28  {}
29  void
30  writeResults(Results&) override
31  {}
32 };
33 
DummyResultsProducer(fhicl::ParameterSet const &)
#define DEFINE_ART_RESULTS_PLUGIN(klass)