#include <ProvenanceDumper.h>
Public Member Functions | |
| ProvenanceDumper (fhicl::ParameterSet const &ps) | |
Public Member Functions inherited from art::OutputModule | |
| virtual | ~OutputModule () noexcept |
| OutputModule (fhicl::ParameterSet const &pset) | |
| OutputModule (fhicl::TableFragment< Config > const &pset, fhicl::ParameterSet const &containing_pset) | |
| OutputModule (OutputModule const &)=delete | |
| OutputModule (OutputModule &&)=delete | |
| OutputModule & | operator= (OutputModule const &)=delete |
| OutputModule & | operator= (OutputModule &&)=delete |
| int | maxEvents () const |
| int | remainingEvents () const |
| bool | fileIsOpen () const |
| OutputFileStatus | fileStatus () const |
| virtual std::string const & | lastClosedFileName () const |
| SelectionsArray const & | keptProducts () const |
| bool | selected (BranchDescription const &) const |
| std::array< bool, NumBranchTypes > const & | hasNewlyDroppedBranch () const |
| void | selectProducts (ProductTables const &) |
| void | doSelectProducts (ProductTables const &) |
| void | registerProducts (ProductDescriptions &, ModuleDescription const &) |
| BranchChildren const & | branchChildren () const |
Public Member Functions inherited from art::Observer | |
| ~Observer () noexcept | |
| Observer (Observer const &)=delete | |
| Observer (Observer &&)=delete | |
| Observer & | operator= (Observer const &)=delete |
| Observer & | operator= (Observer &&)=delete |
| void | registerProducts (ProductDescriptions &, ModuleDescription const &) |
| void | fillDescriptions (ModuleDescription const &) |
| fhicl::ParameterSetID | selectorConfig () const |
Public Member Functions inherited from art::ModuleBase | |
| virtual | ~ModuleBase () noexcept |
| ModuleBase () | |
| ModuleDescription const & | moduleDescription () const |
| void | setModuleDescription (ModuleDescription const &) |
| std::array< std::vector< ProductInfo >, NumBranchTypes > const & | getConsumables () const |
| void | sortConsumables (std::string const ¤t_process_name) |
| template<typename T , BranchType BT> | |
| ViewToken< T > | consumesView (InputTag const &tag) |
| template<typename T , BranchType BT> | |
| ViewToken< T > | mayConsumeView (InputTag const &tag) |
Public Member Functions inherited from art::detail::SharedModule | |
| SharedModule () | |
| SharedModule (std::string const &moduleLabel) | |
| hep::concurrency::SerialTaskQueueChain * | serialTaskQueueChain () const |
| std::set< std::string > const & | sharedResources () const |
| void | createQueues (SharedResources const &resources) |
| template<BranchType , typename... T> | |
| void | serialize (T const &...resources) |
| template<BranchType , typename... T> | |
| void | serializeExternal (T const &...resources) |
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_ |
Additional Inherited Members | |
Public Types inherited from art::OutputModule | |
| using | ModuleType = OutputModule |
| using | WorkerType = OutputWorker |
| using | PluginCollection_t = std::vector< std::unique_ptr< FileCatalogMetadataPlugin >> |
Protected Member Functions inherited from art::OutputModule | |
| virtual void | doRegisterProducts (ProductDescriptions &, ModuleDescription const &) |
Protected Member Functions inherited from art::Observer | |
| std::string const & | processName () const |
| bool | wantAllEvents () const noexcept |
| bool | wantEvent (ScheduleID id, Event const &e) const |
| Handle< TriggerResults > | getTriggerResults (Event const &e) const |
| Observer (fhicl::ParameterSet const &config) | |
| Observer (std::vector< std::string > const &select_paths, std::vector< std::string > const &reject_paths, fhicl::ParameterSet const &config) | |
Protected Member Functions inherited from art::ModuleBase | |
| ConsumesCollector & | consumesCollector () |
| template<typename T , BranchType = InEvent> | |
| ProductToken< T > | consumes (InputTag const &) |
| template<typename Element , BranchType = InEvent> | |
| ViewToken< Element > | consumesView (InputTag const &) |
| template<typename T , BranchType = InEvent> | |
| void | consumesMany () |
| template<typename T , BranchType = InEvent> | |
| ProductToken< T > | mayConsume (InputTag const &) |
| template<typename Element , BranchType = InEvent> | |
| ViewToken< Element > | mayConsumeView (InputTag const &) |
| template<typename T , BranchType = InEvent> | |
| void | mayConsumeMany () |
Protected Member Functions inherited from art::detail::SharedModule | |
| template<BranchType BT = InEvent, typename... T> | |
| void | serialize (T const &...) |
| template<BranchType BT = InEvent, typename... T> | |
| void | serializeExternal (T const &...) |
| template<BranchType BT = InEvent> | |
| void | async () |
Definition at line 129 of file ProvenanceDumper.h.
|
inlineexplicit |
Definition at line 157 of file ProvenanceDumper.h.
|
inlineoverrideprivatevirtual |
Reimplemented from art::OutputModule.
Definition at line 169 of file ProvenanceDumper.h.
|
inlineoverrideprivatevirtual |
Reimplemented from art::OutputModule.
Definition at line 174 of file ProvenanceDumper.h.
|
inlineoverrideprivatevirtual |
Implements art::OutputModule.
Definition at line 180 of file ProvenanceDumper.h.
|
inlineoverrideprivatevirtual |
Implements art::OutputModule.
Definition at line 190 of file ProvenanceDumper.h.
|
inlineoverrideprivatevirtual |
Implements art::OutputModule.
Definition at line 185 of file ProvenanceDumper.h.
|
private |
Definition at line 195 of file ProvenanceDumper.h.
|
private |
Definition at line 197 of file ProvenanceDumper.h.
|
private |
Definition at line 196 of file ProvenanceDumper.h.
1.8.11