LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 
6 // RPParams
7 //
8 // Parameters pertinent to a particular ResultsProducer passed via the
9 // RPWorker.
11 
13 
14 #include <string>
15 
16 namespace art {
17 
18  struct RPParams {
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:
fhicl::ParameterSetID rpPSetID
Definition: RPParams.h:19
Definition: MVAAlg.h:12
std::string rpPluginType
Definition: RPParams.h:20
std::string rpLabel
Definition: RPParams.h:21