LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Dummy_service.hh
Go to the documentation of this file.
1 #ifndef artg4tk_services_Dummy_service_hh
2 #define artg4tk_services_Dummy_service_hh
3 
4 // Art
7 #include "fhiclcpp/fwd.h"
8 
9 namespace artg4tk {
10 
11  class DummyService {
12  public:
14  ~DummyService();
15 
17 
18  };
19 }
20 
22 
23 #endif /* artg4tk_services_Dummy_service_hh */
DummyService(fhicl::ParameterSet const &)
Definition: Dummy.cc:9
void notifyArtOfProduction(art::ProducesCollector &prod)
Definition: Dummy.cc:18
#define DECLARE_ART_SERVICE(svc, scope)