LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "RPWorkerT.h"
Public Types | |
using | RPType = RP |
Public Member Functions | |
RPWorkerT (RPParams const &p, fhicl::ParameterSet const &ps) | |
ResultsProducer & | rp () |
ResultsProducer const & | rp () const |
RPParams const & | params () const |
ModuleDescription const & | moduleDescription () const |
void | setModuleDescription (ModuleDescription const &) |
void | setModuleDescription (ModuleDescription &&) |
Private Member Functions | |
RP & | rp_ () override |
RP const & | rp_ () const override |
Private Attributes | |
RP | rpPlugin_ |
Definition at line 10 of file RPWorkerT.h.
using art::RPWorkerT< RP >::RPType = RP |
Definition at line 16 of file RPWorkerT.h.
art::RPWorkerT< RP >::RPWorkerT | ( | RPParams const & | p, |
fhicl::ParameterSet const & | ps | ||
) |
Definition at line 28 of file RPWorkerT.h.
|
inlineinherited |
Definition at line 65 of file RPWorker.h.
References art::RPWorker::md_.
Referenced by art::RootOutput::beginSubRun(), and art::RootOutput::doRegisterProducts().
|
inlineinherited |
Definition at line 59 of file RPWorker.h.
References art::RPWorker::p_.
Referenced by art::RootOutput::doRegisterProducts().
|
inlineinherited |
Definition at line 47 of file RPWorker.h.
References art::RPWorker::rp_().
Referenced by art::RootOutput::beginRun(), art::RootOutput::beginSubRun(), art::RootOutput::doRegisterProducts(), art::RootOutput::endRun(), art::RootOutput::endSubRun(), art::RootOutput::event(), art::RootOutput::readResults(), and art::RootOutput::startEndFile().
|
inlineinherited |
Definition at line 53 of file RPWorker.h.
References art::RPWorker::rp_().
|
inlineoverrideprivatevirtual |
Implements art::RPWorker.
Definition at line 34 of file RPWorkerT.h.
References art::RPWorkerT< RP >::rpPlugin_.
|
inlineoverrideprivatevirtual |
Implements art::RPWorker.
Definition at line 41 of file RPWorkerT.h.
References art::RPWorkerT< RP >::rpPlugin_.
|
inlineinherited |
Definition at line 71 of file RPWorker.h.
References art::RPWorker::md_.
Referenced by art::RootOutput::doRegisterProducts().
|
inlineinherited |
Definition at line 77 of file RPWorker.h.
References art::RPWorker::md_.
|
private |
Definition at line 24 of file RPWorkerT.h.
Referenced by art::RPWorkerT< RP >::rp_().