Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
Wanted.h
Go to the documentation of this file.
1
#ifndef art_test_Integration_Wanted_h
2
#define art_test_Integration_Wanted_h
3
// vim: set sw=2 expandtab :
4
5
#include "
art/Framework/Services/Registry/ActivityRegistry.h
"
6
#include "
art/Framework/Services/Registry/ServiceHandle.h
"
7
#include "
art/Framework/Services/Registry/ServiceMacros.h
"
8
#include "
fhiclcpp/ParameterSet.h
"
9
10
namespace
art
{
11
namespace
test
{
12
13
class
Wanted
{
14
15
public
:
16
explicit
Wanted
(
fhicl::ParameterSet
const
&) {}
17
18
int
19
getCachedValue
()
const
20
{
21
return
cached_value_
;
22
}
23
24
void
25
setValue
(
int
const
value
)
26
{
27
cached_value_
=
value
;
28
}
29
30
private
:
31
int
cached_value_
;
32
};
33
34
}
// namespace test
35
}
// namespace art
36
37
DECLARE_ART_SERVICE
(
art::test::Wanted
, LEGACY)
38
39
#endif
/* art_test_Integration_Wanted_h */
40
41
// Local Variables:
42
// mode: c++
43
// End:
art::test::Wanted
Definition:
Wanted.h:13
art::test::Wanted::setValue
void setValue(int const value)
Definition:
Wanted.h:25
art::test::Wanted::cached_value_
int cached_value_
Definition:
Wanted.h:31
test
Definition:
test.py:1
DECLARE_ART_SERVICE
#define DECLARE_ART_SERVICE(svc, scope)
Definition:
ServiceMacros.h:86
ParameterSet.h
ServiceHandle.h
ServiceMacros.h
art::test::Wanted::getCachedValue
int getCachedValue() const
Definition:
Wanted.h:19
ActivityRegistry.h
art
Definition:
BasicOptionsHandler.h:11
art::test::Wanted::Wanted
Wanted(fhicl::ParameterSet const &)
Definition:
Wanted.h:16
submit_mcc.value
value
Definition:
submit_mcc.py:159
fhicl::ParameterSet
Definition:
ParameterSet.h:34
Generated by
1.8.11