Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
Framework
Principal
RPParams.h
Go to the documentation of this file.
1
#ifndef art_Framework_Principal_RPParams_h
2
#define art_Framework_Principal_RPParams_h
3
// vim: set sw=2 expandtab :
4
5
////////////////////////////////////////////////////////////////////////
6
// RPParams
7
//
8
// Parameters pertinent to a particular ResultsProducer passed via the
9
// RPWorker.
10
////////////////////////////////////////////////////////////////////////
11
12
#include "
fhiclcpp/ParameterSetID.h
"
13
14
#include <string>
15
16
namespace
art
{
17
18
struct
RPParams
{
19
fhicl::ParameterSetID
rpPSetID
;
20
std::string
rpPluginType
;
21
std::string
rpLabel
;
22
};
23
24
}
// namespace art
25
26
#endif
/* art_Framework_Principal_RPParams_h */
27
28
// Local Variables:
29
// mode: c++
30
// End:
string
std::string string
Definition:
nybbler.cc:12
fhicl::ParameterSetID
Definition:
ParameterSetID.h:23
ParameterSetID.h
art::RPParams
Definition:
RPParams.h:18
art::RPParams::rpPSetID
fhicl::ParameterSetID rpPSetID
Definition:
RPParams.h:19
art
Definition:
BasicOptionsHandler.h:9
art::RPParams::rpPluginType
std::string rpPluginType
Definition:
RPParams.h:20
art::RPParams::rpLabel
std::string rpLabel
Definition:
RPParams.h:21
Generated by
1.8.11