WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCell::IHydraNodeBase Class Referenceabstract

#include <IHydraNode.h>

Inheritance diagram for WireCell::IHydraNodeBase:
Collaboration diagram for WireCell::IHydraNodeBase:

Public Types

typedef std::shared_ptr< IHydraNodeBasepointer
 
typedef std::deque< boost::any > any_queue
 
typedef std::vector< any_queueany_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< INodepointer
 Access subclass facet by pointer. More...
 
typedef std::vector< pointervector
 Vector of shared pointers. More...
 
- Public Types inherited from WireCell::Interface
typedef std::shared_ptr< Interfacepointer
 

Public Member Functions

virtual ~IHydraNodeBase ()
 
virtual bool operator() (any_queue_vector &anyinq, any_queue_vector &anyoutq)=0
 The calling signature: More...
 
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 std::string signature ()=0
 
virtual std::vector< std::string > input_types ()
 
virtual std::vector< std::string > output_types ()
 
virtual void reset ()
 
- Public Member Functions inherited from WireCell::IComponent< INode >
virtual ~IComponent ()
 
- Public Member Functions inherited from WireCell::Interface
virtual ~Interface ()
 

Detailed Description

Base hydra node class.

Definition at line 23 of file IHydraNode.h.

Member Typedef Documentation

◆ any_queue

typedef std::deque<boost::any> WireCell::IHydraNodeBase::any_queue

Definition at line 30 of file IHydraNode.h.

◆ any_queue_vector

Definition at line 31 of file IHydraNode.h.

◆ pointer

Definition at line 26 of file IHydraNode.h.

Constructor & Destructor Documentation

◆ ~IHydraNodeBase()

IHydraNodeBase::~IHydraNodeBase ( )
virtual

Definition at line 144 of file IfaceDesctructors.cxx.

Member Function Documentation

◆ category()

virtual NodeCategory WireCell::IHydraNodeBase::category ( )
inlinevirtual

Return the behavior category type.

Implements WireCell::INode.

Definition at line 37 of file IHydraNode.h.

◆ concurrency()

virtual int WireCell::IHydraNodeBase::concurrency ( )
inlinevirtual

By default assume hydra nodes can do their thing stateless.

Reimplemented from WireCell::INode.

Definition at line 42 of file IHydraNode.h.

◆ operator()()

virtual bool WireCell::IHydraNodeBase::operator() ( any_queue_vector anyinq,
any_queue_vector anyoutq 
)
pure virtual

The calling signature:

Implemented in WireCell::IHydraNode< InputTuple, OutputTuple >, and WireCell::IHydraNode< std::tuple< IDepo, IDepo >, std::tuple< IDepo > >.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: