LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Classes | |
struct | Config |
Public Types | |
using | Parameters = fhicl::WrappedTable< Config, OutputModule::Config::KeysToIgnore > |
using | ModuleType = OutputModule |
using | WorkerType = OutputWorker |
Public Member Functions | |
FileDumperOutput (Parameters const &) | |
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 | write (EventPrincipal &e) override |
void | writeRun (RunPrincipal &r) override |
void | writeSubRun (SubRunPrincipal &sr) override |
void | readResults (ResultsPrincipal const &resp) override |
template<typename P > | |
void | printPrincipal (P const &p) |
void | printProductInfo (std::vector< std::size_t > const &columnWidths, std::string const &processName, detail::ProductInfo const &pi) const |
Private Attributes | |
bool | wantProductFullClassName_ |
bool | wantProductFriendlyClassName_ |
bool | wantResolveProducts_ |
bool | wantPresentOnly_ |
Definition at line 96 of file FileDumperOutput_module.cc.
|
inherited |
Definition at line 61 of file OutputModule.h.
using art::FileDumperOutput::Parameters = fhicl::WrappedTable<Config, OutputModule::Config::KeysToIgnore> |
Definition at line 111 of file FileDumperOutput_module.cc.
|
inherited |
Definition at line 62 of file OutputModule.h.
|
explicit |
Definition at line 134 of file FileDumperOutput_module.cc.
References fhicl::WrappedTable< T, KeysToIgnore >::get_PSet(), wantPresentOnly_, wantProductFriendlyClassName_, wantProductFullClassName_, and wantResolveProducts_.
|
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().
|
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().
|
private |
Definition at line 169 of file FileDumperOutput_module.cc.
References art::BranchTypeToString(), art::detail::columnWidth(), art::detail::ProductInfo::friendly_type, art::detail::ProductInfo::instance_name, art::EDProduct::isPresent(), art::detail::ProductInfo::module_label, util::pi(), art::productstatus::present(), printProductInfo(), art::EventObserverBase::processName(), art::detail::ProductInfo::product_type, art::detail::ProductInfo::str_size, wantPresentOnly_, and wantResolveProducts_.
Referenced by readResults(), write(), writeRun(), and writeSubRun().
|
private |
Definition at line 236 of file FileDumperOutput_module.cc.
References DEFINE_ART_MODULE, art::detail::ProductInfo::friendly_type, art::detail::ProductInfo::instance_name, art::detail::ProductInfo::module_label, art::detail::ProductInfo::product_type, art::detail::ProductInfo::str_size, wantProductFriendlyClassName_, and wantProductFullClassName_.
Referenced by printPrincipal().
|
inlineinherited |
Definition at line 41 of file EventObserverBase.h.
References art::EventObserverBase::process_name_.
Referenced by printPrincipal(), and art::RootOutput::RootOutput().
|
overrideprivatevirtual |
Reimplemented from art::OutputModule.
Definition at line 162 of file FileDumperOutput_module.cc.
References printPrincipal().
|
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().
|
overrideprivatevirtual |
Implements art::OutputModule.
Definition at line 144 of file FileDumperOutput_module.cc.
References printPrincipal().
|
overrideprivatevirtual |
Implements art::OutputModule.
Definition at line 150 of file FileDumperOutput_module.cc.
References printPrincipal().
|
overrideprivatevirtual |
Implements art::OutputModule.
Definition at line 156 of file FileDumperOutput_module.cc.
References printPrincipal().
|
private |
Definition at line 131 of file FileDumperOutput_module.cc.
Referenced by FileDumperOutput(), and printPrincipal().
|
private |
Definition at line 129 of file FileDumperOutput_module.cc.
Referenced by FileDumperOutput(), and printProductInfo().
|
private |
Definition at line 128 of file FileDumperOutput_module.cc.
Referenced by FileDumperOutput(), and printProductInfo().
|
private |
Definition at line 130 of file FileDumperOutput_module.cc.
Referenced by FileDumperOutput(), and printPrincipal().