LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 // RPParams
5 //
6 // Parameters pertinent to a particular ResultsProducer passed via the
7 // RPWorker.
9 
11 
12 #include <string>
13 
14 namespace art {
15  struct RPParams;
16 }
17 
18 struct art::RPParams {
20  std::string rpPluginType;
21  std::string rpLabel;
22 };
23 
24 #endif /* art_Framework_Principal_RPParams_h */
25 
26 // Local Variables:
27 // mode: c++
28 // End:
fhicl::ParameterSetID rpPSetID
Definition: RPParams.h:19
HLT enums.
std::string rpPluginType
Definition: RPParams.h:20
std::string rpLabel
Definition: RPParams.h:21