LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::WorkerParams Struct Reference

#include "WorkerParams.h"

Public Member Functions

 WorkerParams (fhicl::ParameterSet const &procPset, fhicl::ParameterSet const &pset, MasterProductRegistry &reg, ProductDescriptions &producedProducts, ActionTable &actions, std::string const &processName)
 

Public Attributes

fhicl::ParameterSet const & procPset_
 
fhicl::ParameterSet const pset_
 
MasterProductRegistryreg_
 
ProductDescriptionsproducedProducts_
 
ActionTableactions_
 
std::string const processName_
 

Detailed Description

Definition at line 16 of file WorkerParams.h.

Constructor & Destructor Documentation

art::WorkerParams::WorkerParams ( fhicl::ParameterSet const &  procPset,
fhicl::ParameterSet const &  pset,
MasterProductRegistry reg,
ProductDescriptions producedProducts,
ActionTable actions,
std::string const &  processName 
)
inline

Definition at line 32 of file WorkerParams.h.

References actions_, processName_, producedProducts_, pset_, and reg_.

38  : procPset_{procPset}
39  , pset_{pset}
40  , reg_{reg}
41  , producedProducts_{producedProducts}
42  , actions_{actions}
43  , processName_{processName}
44 {}
ProductDescriptions & producedProducts_
Definition: WorkerParams.h:27
fhicl::ParameterSet const & procPset_
Definition: WorkerParams.h:24
MasterProductRegistry & reg_
Definition: WorkerParams.h:26
std::string const processName_
Definition: WorkerParams.h:29
ActionTable & actions_
Definition: WorkerParams.h:28
fhicl::ParameterSet const pset_
Definition: WorkerParams.h:25

Member Data Documentation

ActionTable& art::WorkerParams::actions_

Definition at line 28 of file WorkerParams.h.

Referenced by WorkerParams().

std::string const art::WorkerParams::processName_

Definition at line 29 of file WorkerParams.h.

Referenced by WorkerParams().

fhicl::ParameterSet const& art::WorkerParams::procPset_

Definition at line 24 of file WorkerParams.h.

ProductDescriptions& art::WorkerParams::producedProducts_

Definition at line 27 of file WorkerParams.h.

Referenced by WorkerParams().

fhicl::ParameterSet const art::WorkerParams::pset_

Definition at line 25 of file WorkerParams.h.

Referenced by art::detail::ModuleFactory::makeWorker(), and WorkerParams().

MasterProductRegistry& art::WorkerParams::reg_

Definition at line 26 of file WorkerParams.h.

Referenced by WorkerParams().


The documentation for this struct was generated from the following file: