PMTestAnalyzer_module.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // Class: PMTestAnalyzer
3 // Module Type: analyzer
4 // File: PMTestAnalyzer_module.cc
5 //
6 // Generated at Mon Jun 17 16:44:57 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 PMTestAnalyzer;
17 }
18 
20 public:
21  explicit PMTestAnalyzer(fhicl::ParameterSet const& p);
22 
23 private:
24  void analyze(art::Event const& e) override;
25 };
26 
28  : art::EDAnalyzer(p)
29 {}
30 
31 void
33 {}
34 
void analyze(art::Event const &e) override
EDAnalyzer(fhicl::ParameterSet const &pset)
Definition: EDAnalyzer.h:25
const double e
#define DEFINE_ART_MODULE(klass)
Definition: ModuleMacros.h:67
p
Definition: test.py:223
PMTestAnalyzer(fhicl::ParameterSet const &p)