#include <IDepoMerger.h>
Public Types | |
| typedef std::shared_ptr< IDepoMerger > | pointer |
Public Types inherited from WireCell::IHydraNode< std::tuple< IDepo, IDepo >, std::tuple< IDepo > > | |
| typedef std::tuple< IDepo, IDepo > | input_tuple_type |
| typedef std::tuple< IDepo > | output_tuple_type |
| typedef shared_queued< std::tuple< IDepo, IDepo > > | input_shqed |
| typedef shared_queued< std::tuple< IDepo > > | output_shqed |
| typedef input_shqed::shared_queued_tuple_type | input_queues_type |
| typedef output_shqed::shared_queued_tuple_type | output_queues_type |
Public Types inherited from WireCell::IHydraNodeBase | |
| typedef std::shared_ptr< IHydraNodeBase > | pointer |
| typedef std::deque< boost::any > | any_queue |
| typedef std::vector< any_queue > | any_queue_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 Member Functions | |
| virtual | ~IDepoMerger () |
| virtual std::string | signature () |
Public Member Functions inherited from WireCell::IHydraNode< std::tuple< IDepo, IDepo >, std::tuple< IDepo > > | |
| virtual | ~IHydraNode () |
| virtual bool | operator() (any_queue_vector &anyinq, any_queue_vector &anyoutq) |
| Translate call from any to types and back. More... | |
| virtual bool | operator() (input_queues_type &inqs, output_queues_type &outqs)=0 |
| Typed interface for subclass to implement. More... | |
| virtual std::vector< std::string > | input_types () |
| virtual std::vector< std::string > | output_types () |
Public Member Functions inherited from WireCell::IHydraNodeBase | |
| virtual | ~IHydraNodeBase () |
| virtual NodeCategory | category () |
| Return the behavior category type. More... | |
| virtual int | concurrency () |
| By default assume hydra nodes can 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 () |
Definition at line 11 of file IDepoMerger.h.
| typedef std::shared_ptr<IDepoMerger> WireCell::IDepoMerger::pointer |
Definition at line 14 of file IDepoMerger.h.
|
virtual |
Definition at line 120 of file IfaceDesctructors.cxx.
|
inlinevirtual |
The signature is string unique to all classes that implement a particular calling signature. These should be defined in lower level interfaces such as a mythical IMyFooToBarConverter.
Implements WireCell::INode.
Definition at line 17 of file IDepoMerger.h.
1.8.11