DummyProducer_module.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // Class: DummyProducer
3 // Plugin Type: producer (art v2_06_03)
4 // File: DummyProducer_module.cc
5 //
6 // Generated at Fri May 19 09:54:57 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 {
17  }
18 } // namespace art
19 
21 public:
22  struct Config {};
24  explicit CollidingDummyProducer(Parameters const& ps) : EDProducer{ps} {}
25 
26 private:
27  void
28  produce(Event&) override
29  {}
30 };
31 
CollidingDummyProducer(Parameters const &ps)
#define DEFINE_ART_MODULE(klass)
Definition: ModuleMacros.h:67
static constexpr double ps
Definition: Units.h:99
Definition: types.h:32