Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
ifdh-art
src
IFDHService
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...
6
#include "
fhiclcpp/ParameterSet.h
"
7
#include "
art/Framework/Services/Registry/ServiceMacros.h
"
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
21
DECLARE_ART_SERVICE
(
ifdh_ns::IFDH
, SHARED)
22
23
#endif // IFDHSERVICE_H
ifdh_ns
Definition:
IFCatalogInterface_service.cc:10
ParameterSet.h
DECLARE_ART_SERVICE
#define DECLARE_ART_SERVICE(svc, scope)
Definition:
ServiceDeclarationMacros.h:77
ServiceMacros.h
ifdh_ns::IFDH
Definition:
IFDH_service.h:11
ifdh_ns::IFDH::IFDH
IFDH(fhicl::ParameterSet const &cfg)
Definition:
IFDH_service.cc:8
fhicl::ParameterSet
Definition:
ParameterSet.h:36
Generated by
1.8.11