IFDH_service.h
Go to the documentation of this file.
1 #ifndef IFDHSERVICE_H
2 #define IFDHSERVICE_H
3 #include "ifdh.h"
4 
5 // art bits...
8 
9 namespace ifdh_ns {
10 
11 class IFDH : public ifdh {
12 public:
13 
14  // art constructor...
15  IFDH( fhicl::ParameterSet const & cfg);
16 
17 };
18 
19 }
20 
22 
23 #endif // IFDHSERVICE_H
#define DECLARE_ART_SERVICE(svc, scope)
IFDH(fhicl::ParameterSet const &cfg)
Definition: IFDH_service.cc:8