Classes | |
| struct | Config |
Public Types | |
| using | Parameters = fhicl::WrappedTable< Config, OutputModule::Config::KeysToIgnore > |
Public Types inherited from art::OutputModule | |
| using | ModuleType = OutputModule |
| using | WorkerType = OutputWorker |
| using | PluginCollection_t = std::vector< std::unique_ptr< FileCatalogMetadataPlugin >> |
Public Member Functions | |
| FileDumperOutput (Parameters const &) | |
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 | 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 const | wantProductFullClassName_ |
| bool const | wantProductFriendlyClassName_ |
| bool const | wantProductID_ |
| bool const | wantResolveProducts_ |
| bool const | wantPresentOnly_ |
Additional Inherited Members | |
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 93 of file FileDumperOutput_module.cc.
| using art::FileDumperOutput::Parameters = fhicl::WrappedTable<Config, OutputModule::Config::KeysToIgnore> |
Definition at line 109 of file FileDumperOutput_module.cc.
|
explicit |
Definition at line 133 of file FileDumperOutput_module.cc.
|
private |
Definition at line 168 of file FileDumperOutput_module.cc.
|
private |
Definition at line 237 of file FileDumperOutput_module.cc.
|
overrideprivatevirtual |
Reimplemented from art::OutputModule.
Definition at line 161 of file FileDumperOutput_module.cc.
|
overrideprivatevirtual |
Implements art::OutputModule.
Definition at line 143 of file FileDumperOutput_module.cc.
|
overrideprivatevirtual |
Implements art::OutputModule.
Definition at line 149 of file FileDumperOutput_module.cc.
|
overrideprivatevirtual |
Implements art::OutputModule.
Definition at line 155 of file FileDumperOutput_module.cc.
|
private |
Definition at line 130 of file FileDumperOutput_module.cc.
|
private |
Definition at line 127 of file FileDumperOutput_module.cc.
|
private |
Definition at line 126 of file FileDumperOutput_module.cc.
|
private |
Definition at line 128 of file FileDumperOutput_module.cc.
|
private |
Definition at line 129 of file FileDumperOutput_module.cc.
1.8.11