PMTestProducer_module.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // Class: PMTestProducer
3 // Module Type: producer
4 // File: PMTestProducer_module.cc
5 //
6 // Generated at Mon Jun 17 16:44:18 2013 by Christopher Green using artmod
7 // from cetpkgsupport v1_02_00.
8 ////////////////////////////////////////////////////////////////////////
9 
13 #include "fhiclcpp/fwd.h"
14 
15 namespace arttest {
16  class PMTestProducer;
17 }
18 
20 public:
21  explicit PMTestProducer(fhicl::ParameterSet const& p);
22 
23 private:
24  void produce(art::Event&) override;
25 };
26 
28  : EDProducer{p}
29 {}
30 
31 void
33 {}
34 
EDProducer(fhicl::ParameterSet const &pset)
Definition: EDProducer.h:20
PMTestProducer(fhicl::ParameterSet const &p)
void produce(art::Event &) override
#define DEFINE_ART_MODULE(klass)
Definition: ModuleMacros.h:67
p
Definition: test.py:223