PMTestFilter_module.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // Class: PMTestFilter
3 // Module Type: filter
4 // File: PMTestFilter_module.cc
5 //
6 // Generated at Mon Jun 17 16:44:46 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 PMTestFilter;
17 }
18 
20 public:
21  explicit PMTestFilter(fhicl::ParameterSet const& p);
22 
23 private:
24  bool
25  filter(art::Event&) override
26  {
27  return true;
28  }
29 };
30 
32 {}
33 
bool filter(art::Event &) override
PMTestFilter(fhicl::ParameterSet const &p)
#define DEFINE_ART_MODULE(klass)
Definition: ModuleMacros.h:67
p
Definition: test.py:223
EDFilter(fhicl::ParameterSet const &pset)
Definition: EDFilter.h:21