Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
SimpleServiceTest.h
Go to the documentation of this file.
1
#ifndef art_test_Integration_SimpleServiceTest_h
2
#define art_test_Integration_SimpleServiceTest_h
3
////////////////////////////////////////////////////////////////////////
4
// Class: SimpleServiceTest
5
// Plugin Type: service (art v1_19_00_rc3)
6
// File: SimpleServiceTest.h
7
//
8
// Generated at Mon May 9 16:37:35 2016 by Christopher Green using cetskelgen
9
// from cetlib version v1_17_04.
10
////////////////////////////////////////////////////////////////////////
11
12
#include "
art/Framework/Services/Registry/ServiceMacros.h
"
13
14
namespace
fhicl
{
15
class
ParameterSet;
16
}
17
18
namespace
arttest
{
19
class
SimpleServiceTest;
20
}
21
22
class
arttest::SimpleServiceTest
{
23
public
:
24
explicit
SimpleServiceTest
(
fhicl::ParameterSet
const
&);
25
// The compiler-generated destructor is fine for non-base
26
// classes without bare pointers or other resource use.
27
28
bool
verifyStatus()
const
;
29
30
private
:
31
};
32
33
DECLARE_ART_SERVICE
(
arttest::SimpleServiceTest
, LEGACY)
34
#endif
/* art_test_Integration_SimpleServiceTest_h */
35
36
// Local Variables:
37
// mode: c++
38
// End:
DECLARE_ART_SERVICE
#define DECLARE_ART_SERVICE(svc, scope)
Definition:
ServiceMacros.h:86
arttest::SimpleServiceTest
Definition:
SimpleServiceTest.h:22
fhicl
parameter set interface
Definition:
prune_configuration.h:9
arttest
Definition:
GroupSelector_t.h:4
ServiceMacros.h
fhicl::ParameterSet
Definition:
ParameterSet.h:34
Generated by
1.8.11