#include <FrameFanout.h>
Public Member Functions | |
FrameFanout (size_t multiplicity=0) | |
virtual | ~FrameFanout () |
virtual std::vector< std::string > | output_types () |
virtual bool | operator() (const input_pointer &in, output_vector &outv) |
virtual void | configure (const WireCell::Configuration &cfg) |
Accept a configuration. More... | |
virtual WireCell::Configuration | default_configuration () const |
Optional, override to return a hard-coded default configuration. More... | |
Public Member Functions inherited from WireCell::IFrameFanout | |
virtual | ~IFrameFanout () |
virtual std::string | signature () |
Public Member Functions inherited from WireCell::IFanoutNode< IFrame, IFrame, 0 > | |
virtual | ~IFanoutNode () |
virtual bool | operator() (const boost::any &anyin, any_vector &anyv) |
The calling signature: More... | |
virtual std::vector< std::string > | input_types () |
Public Member Functions inherited from WireCell::IFanoutNodeBase | |
virtual | ~IFanoutNodeBase () |
virtual NodeCategory | category () |
Return the behavior category type. More... | |
virtual int | concurrency () |
Fanout nodes can usually do their thing stateless. More... | |
Public Member Functions inherited from WireCell::INode | |
virtual | ~INode () |
virtual void | reset () |
Public Member Functions inherited from WireCell::IComponent< INode > | |
virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
Public Member Functions inherited from WireCell::IConfigurable | |
virtual | ~IConfigurable () |
Public Member Functions inherited from WireCell::IComponent< IConfigurable > | |
virtual | ~IComponent () |
Private Attributes | |
size_t | m_multiplicity |
tagrules::Context | m_ft |
Log::logptr_t | log |
Additional Inherited Members | |
Public Types inherited from WireCell::IFanoutNode< IFrame, IFrame, 0 > | |
typedef IFrame | input_type |
typedef IFrame | output_type |
typedef std::shared_ptr< const IFrame > | input_pointer |
typedef std::shared_ptr< const IFrame > | output_pointer |
typedef std::vector< output_pointer > | output_vector |
Public Types inherited from WireCell::IFanoutNodeBase | |
typedef std::shared_ptr< IFanoutNodeBase > | pointer |
typedef std::vector< boost::any > | any_vector |
Public Types inherited from WireCell::INode | |
enum | NodeCategory { unknown, sourceNode, sinkNode, functionNode, queuedoutNode, joinNode, splitNode, faninNode, fanoutNode, multioutNode, hydraNode } |
Public Types inherited from WireCell::IComponent< INode > | |
typedef std::shared_ptr< INode > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
Public Types inherited from WireCell::Interface | |
typedef std::shared_ptr< Interface > | pointer |
Public Types inherited from WireCell::IComponent< IConfigurable > | |
typedef std::shared_ptr< IConfigurable > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
Definition at line 13 of file FrameFanout.h.
Gen::FrameFanout::FrameFanout | ( | size_t | multiplicity = 0 | ) |
Definition at line 13 of file FrameFanout.cxx.
|
virtual |
Definition at line 18 of file FrameFanout.cxx.
|
virtual |
Accept a configuration.
Implements WireCell::IConfigurable.
Definition at line 35 of file FrameFanout.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Definition at line 22 of file FrameFanout.cxx.
|
virtual |
Implements WireCell::IFanoutNode< IFrame, IFrame, 0 >.
Definition at line 55 of file FrameFanout.cxx.
|
virtual |
Implements WireCell::IFrameFanout.
Definition at line 47 of file FrameFanout.cxx.
|
private |
Definition at line 32 of file FrameFanout.h.
|
private |
Definition at line 31 of file FrameFanout.h.
|
private |
Definition at line 29 of file FrameFanout.h.