TestTimeTrackerProducer_module.cc
Go to the documentation of this file.
1 //--------------------------------------------------------------------
2 // Empty module just to test timeTracker stuff
3 //--------------------------------------------------------------------
4 
9 
10 namespace arttest {
11 
13  public:
14  struct Config {
15  };
19  : art::ReplicatedProducer{p, frame}
20  {}
21 
22  void
24  {}
25  };
26 
27 } // namespace arttest
28 
void produce(art::Event &, art::ProcessingFrame const &) override
ReplicatedProducer(fhicl::ParameterSet const &pset, ProcessingFrame const &frame)
#define DEFINE_ART_MODULE(klass)
Definition: ModuleMacros.h:68
p
Definition: test.py:228
TestTimeTrackerProducer(Parameters const &p, art::ProcessingFrame const &frame)