MyServiceUser_module.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // Class: MyServiceUser
3 // Module Type: analyzer
4 // File: MyServiceUser_module.cc
5 //
6 // Generated at Thu Sep 6 07:28:25 2012 by Christopher Green using artmod
7 // from art v1_01_01.
8 ////////////////////////////////////////////////////////////////////////
9 
10 #include "MyService.h"
11 #include "MyServiceInterface.h"
15 
16 namespace art::test {
17  class MyServiceUser;
18 }
19 
21 public:
22  explicit MyServiceUser(fhicl::ParameterSet const& p);
23 
24 private:
25  void
26  analyze(art::Event const&) override
27  {}
28 };
29 
31  : EDAnalyzer(p)
32 {
35 }
36 
MyServiceUser(fhicl::ParameterSet const &p)
#define DEFINE_ART_MODULE(klass)
Definition: ModuleMacros.h:67
p
Definition: test.py:223
void analyze(art::Event const &) override