LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "ProvenanceDumper.h"
Public Types | |
using | ModuleType = OutputModule |
using | WorkerType = OutputWorker |
Public Member Functions | |
ProvenanceDumper (fhicl::ParameterSet const &ps) | |
int | maxEvents () const |
int | remainingEvents () const |
bool | fileIsOpen () const |
OutputFileStatus | fileStatus () const |
virtual std::string const & | lastClosedFileName () const |
bool | selected (BranchDescription const &) const |
SelectionsArray const & | keptProducts () const |
std::array< bool, NumBranchTypes > const & | hasNewlyDroppedBranch () const |
BranchChildren const & | branchChildren () const |
void | selectProducts (ProductList const &) |
void | registerProducts (MasterProductRegistry &, ProductDescriptions &, ModuleDescription const &) |
bool | modifiesEvent () const |
std::string const & | processName () const |
bool | wantAllEvents () const |
bool | wantEvent (Event const &e) |
fhicl::ParameterSetID | selectorConfig () const |
art::Handle< art::TriggerResults > | getTriggerResults (Event const &e) const |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ProductToken< T > | consumes (InputTag const &it) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ViewToken< T > | consumesView (InputTag const &it) |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ProductToken< T > | mayConsume (InputTag const &it) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ViewToken< T > | mayConsumeView (InputTag const &it) |
Static Public Member Functions | |
static cet::exempt_ptr< Consumer > | non_module_context () |
Protected Member Functions | |
CurrentProcessingContext const * | currentContext () const |
ModuleDescription const & | description () const |
virtual void | postSelectProducts () |
virtual void | doRegisterProducts (MasterProductRegistry &, ProductDescriptions &, ModuleDescription const &) |
detail::CachedProducts & | cachedProducts () |
void | validateConsumedProduct (BranchType const bt, ProductInfo const &pi) |
void | prepareForJob (fhicl::ParameterSet const &pset) |
void | showMissingConsumes () const |
Private Member Functions | |
void | beginJob () override |
void | endJob () override |
void | write (EventPrincipal &e) override |
void | writeSubRun (SubRunPrincipal &sr) override |
void | writeRun (RunPrincipal &r) override |
Private Attributes | |
DETAIL | detail_ |
detail::PrincipalProcessor< DETAIL > | pp_ |
detail::ProvenanceDumperImpl< DETAIL > | impl_ |
Definition at line 129 of file ProvenanceDumper.h.
|
inherited |
Definition at line 61 of file OutputModule.h.
|
inherited |
Definition at line 62 of file OutputModule.h.
|
inlineexplicit |
Definition at line 159 of file ProvenanceDumper.h.
References fhicl::ParameterSet::get().
|
inlineoverrideprivatevirtual |
Reimplemented from art::OutputModule.
Definition at line 171 of file ProvenanceDumper.h.
|
inlineinherited |
Definition at line 349 of file OutputModule.h.
References art::OutputModule::branchChildren_.
Referenced by art::OutputModule::fileIsOpen(), and art::RootOutputFile::writeProductDependencies().
|
inlineprotectedinherited |
Definition at line 79 of file EventObserverBase.h.
References art::EventObserverBase::selectors_.
Referenced by art::EDAnalyzer::doEvent(), and art::OutputModule::doWriteEvent().
|
inherited |
|
inherited |
Definition at line 147 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inherited |
Definition at line 162 of file Consumer.h.
|
inherited |
|
inherited |
Definition at line 172 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inlineprotectedinherited |
Definition at line 305 of file OutputModule.h.
References art::OutputModule::current_context_.
Referenced by art::OutputModule::fileIsOpen().
|
inlineprotectedinherited |
Definition at line 311 of file OutputModule.h.
References art::OutputModule::moduleDescription_.
Referenced by art::OutputModule::doRespondToOpenInputFile(), art::OutputModule::fileIsOpen(), art::OutputModule::makePlugins_(), and art::RootOutput::startEndFile().
|
protectedvirtualinherited |
Reimplemented in art::RootOutput.
Definition at line 117 of file OutputModule.cc.
Referenced by art::OutputModule::fileIsOpen(), and art::OutputModule::registerProducts().
|
inlineoverrideprivatevirtual |
Reimplemented from art::OutputModule.
Definition at line 176 of file ProvenanceDumper.h.
|
inlineinherited |
Definition at line 104 of file OutputModule.h.
References art::OutputModule::branchChildren(), art::OutputModule::currentContext(), art::OutputModule::description(), art::OutputModule::doRegisterProducts(), art::OutputModule::fileStatus(), art::OutputModule::hasNewlyDroppedBranch(), art::OutputModule::isFileOpen(), art::OutputModule::keptProducts(), art::OutputModule::lastClosedFileName(), art::OutputModule::postSelectProducts(), art::OutputModule::registerProducts(), art::OutputModule::selected(), and art::OutputModule::selectProducts().
Referenced by art::OutputWorker::fileIsOpen().
|
inherited |
Referenced by art::OutputModule::fileIsOpen().
|
inlineinherited |
Definition at line 61 of file EventObserverBase.h.
References art::detail::CachedProducts::getOneTriggerResults(), and art::EventObserverBase::selectors_.
Referenced by art::OutputModule::doWriteEvent().
|
inlineinherited |
Definition at line 342 of file OutputModule.h.
References art::OutputModule::hasNewlyDroppedBranch_.
Referenced by art::OutputModule::fileIsOpen(), art::RootOutput::startEndFile(), art::RootOutput::write(), art::RootOutput::writeRun(), and art::RootOutput::writeSubRun().
|
inlineinherited |
Definition at line 336 of file OutputModule.h.
References art::OutputModule::keptProducts_.
Referenced by art::OutputModule::fileIsOpen(), and art::RootOutputFile::selectProducts().
|
virtualinherited |
Reimplemented in art::RootOutput.
Definition at line 58 of file OutputModule.cc.
References art::OutputModule::configuredFileName_.
Referenced by art::OutputModule::fileIsOpen(), and art::OutputWorker::lastClosedFileName().
|
inlineinherited |
|
inherited |
|
inherited |
Definition at line 190 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inherited |
Definition at line 205 of file Consumer.h.
|
inherited |
|
inherited |
Definition at line 215 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inlineinherited |
Definition at line 25 of file EventObserverBase.h.
|
staticinherited |
Definition at line 76 of file Consumer.cc.
Referenced by art::RootOutput::beginSubRun(), art::OutputModule::doBeginRun(), art::OutputModule::doBeginSubRun(), art::OutputModule::doEndRun(), art::OutputModule::doEndSubRun(), art::ProducingService::doPostReadEvent(), art::ProducingService::doPostReadRun(), art::ProducingService::doPostReadSubRun(), art::OutputModule::doWriteEvent(), art::ProcessPackage< L >::postScheduleSignal(), art::BeginEndPackage< Level::Run >::Begin::postScheduleSignal(), art::BeginEndPackage< Level::Run >::End::postScheduleSignal(), art::BeginEndPackage< Level::SubRun >::Begin::postScheduleSignal(), art::BeginEndPackage< Level::SubRun >::End::postScheduleSignal(), art::ProcessPackage< L >::preScheduleSignal(), art::BeginEndPackage< Level::Run >::Begin::preScheduleSignal(), art::BeginEndPackage< Level::SubRun >::Begin::preScheduleSignal(), art::EventProcessor::readEvent(), art::EventProcessor::readRun(), art::EmptyEvent::readRun_(), art::EventProcessor::readSubRun(), and art::EmptyEvent::readSubRun_().
|
protectedvirtualinherited |
Reimplemented in art::RootOutput.
Definition at line 113 of file OutputModule.cc.
Referenced by art::OutputModule::fileIsOpen(), and art::OutputModule::selectProducts().
|
protectedinherited |
Definition at line 89 of file Consumer.cc.
References fhicl::ParameterSet::get_if_present().
Referenced by art::EDProducer::doBeginJob(), art::EDFilter::doBeginJob(), and art::EDAnalyzer::doBeginJob().
|
inlineinherited |
Definition at line 41 of file EventObserverBase.h.
References art::EventObserverBase::process_name_.
Referenced by art::FileDumperOutput::printPrincipal(), and art::RootOutput::RootOutput().
|
inherited |
Definition at line 105 of file OutputModule.cc.
References art::OutputModule::doRegisterProducts().
Referenced by art::OutputModule::fileIsOpen().
|
inlineinherited |
Definition at line 323 of file OutputModule.h.
References art::OutputModule::remainingEvents_.
Referenced by art::RootOutput::respondToOpenInputFile().
|
inlineinherited |
Definition at line 329 of file OutputModule.h.
References art::OutputModule::groupSelector_.
Referenced by art::OutputModule::doSelectProducts(), and art::OutputModule::fileIsOpen().
|
inlineinherited |
Definition at line 56 of file EventObserverBase.h.
References art::EventObserverBase::selector_config_id_.
Referenced by art::RootOutputFile::writeOne().
|
inherited |
Definition at line 98 of file OutputModule.cc.
References art::OutputModule::doSelectProducts(), and art::OutputModule::postSelectProducts().
Referenced by art::OutputModule::fileIsOpen(), and art::OutputWorker::selectProducts().
|
protectedinherited |
Definition at line 125 of file Consumer.cc.
Referenced by art::EDProducer::doEndJob(), art::EDFilter::doEndJob(), art::EDAnalyzer::doEndJob(), and art::RootOutput::endJob().
|
protectedinherited |
Definition at line 101 of file Consumer.cc.
References art::errors::ProductRegistrationFailure.
|
inlineinherited |
Definition at line 46 of file EventObserverBase.h.
References art::EventObserverBase::wantAllEvents_.
Referenced by art::EDAnalyzer::doEvent(), art::OutputModule::doEvent(), art::OutputModule::doWriteEvent(), art::RootOutput::RootOutput(), and art::OutputWorker::wantAllEvents().
|
inlineinherited |
Definition at line 51 of file EventObserverBase.h.
References art::EventObserverBase::selectors_, and art::detail::CachedProducts::wantEvent().
Referenced by art::EDAnalyzer::doEvent(), art::OutputModule::doEvent(), and art::OutputModule::doWriteEvent().
|
inlineoverrideprivatevirtual |
Implements art::OutputModule.
Definition at line 182 of file ProvenanceDumper.h.
|
inlineoverrideprivatevirtual |
Implements art::OutputModule.
Definition at line 192 of file ProvenanceDumper.h.
|
inlineoverrideprivatevirtual |
Implements art::OutputModule.
Definition at line 187 of file ProvenanceDumper.h.
|
private |
Definition at line 197 of file ProvenanceDumper.h.
|
private |
Definition at line 199 of file ProvenanceDumper.h.
|
private |
Definition at line 198 of file ProvenanceDumper.h.