|
| | TestBitsOutput (Parameters const &) |
| |
| 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 |
| |
| | ~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 &) |
| |
| std::string const & | processName () const |
| |
| bool | wantAllEvents () const |
| |
| bool | wantEvent (Event const &e) |
| |
| fhicl::ParameterSetID | selectorConfig () const |
| |
| Handle< TriggerResults > | getTriggerResults (Event const &e) const |
| |
| virtual | ~ModuleBase () noexcept |
| |
| | ModuleBase () |
| |
| ModuleDescription const & | moduleDescription () const |
| |
| void | setModuleDescription (ModuleDescription const &) |
| |
| 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 () |
| |
| 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) |
| |
| | SharedModule () |
| |
| | SharedModule (std::string const &moduleLabel) |
| |
| | ~SharedModule () noexcept |
| |
| hep::concurrency::SerialTaskQueueChain * | serialTaskQueueChain () const |
| |
| void | createQueues () |
| |
| template<BranchType BT = InEvent, typename... T> |
| void | serialize (T const &...) |
| |
| template<BranchType BT = InEvent> |
| void | async () |
| |
| template<BranchType , typename... T> |
| void | serialize (T const &...resources) |
| |
Definition at line 61 of file TestBitsOutput_module.cc.