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

#include <IClusterFanin.h>

Inheritance diagram for WireCell::IClusterFanin:
Collaboration diagram for WireCell::IClusterFanin:

Public Member Functions

virtual ~IClusterFanin ()
 
virtual std::string signature ()
 
virtual std::vector< std::string > input_types ()=0
 
- Public Member Functions inherited from WireCell::IFaninNode< ICluster, ICluster, 0 >
virtual ~IFaninNode ()
 
virtual bool operator() (const any_vector &anyv, boost::any &anyout)
 The calling signature: More...
 
virtual bool operator() (const input_vector &invec, output_pointer &out)=0
 
virtual std::vector< std::string > output_types ()
 
- Public Member Functions inherited from WireCell::IFaninNodeBase
virtual ~IFaninNodeBase ()
 
virtual NodeCategory category ()
 Return the behavior category type. More...
 
virtual int concurrency ()
 Fanin 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 ()
 

Additional Inherited Members

- Public Types inherited from WireCell::IFaninNode< ICluster, ICluster, 0 >
typedef ICluster input_type
 
typedef ICluster output_type
 
typedef std::shared_ptr< const IClusterinput_pointer
 
typedef std::shared_ptr< const IClusteroutput_pointer
 
typedef std::vector< input_pointerinput_vector
 
- Public Types inherited from WireCell::IFaninNodeBase
typedef std::shared_ptr< IFaninNodeBasepointer
 
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< 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
 

Detailed Description

A cluster fan-in component takes N clusters on input ports and produces a single output cluster. The merge policy and restriction on the number of inputs, if any, are left to the implementation.

Definition at line 13 of file IClusterFanin.h.

Constructor & Destructor Documentation

◆ ~IClusterFanin()

IClusterFanin::~IClusterFanin ( )
virtual

Definition at line 107 of file IfaceDesctructors.cxx.

Member Function Documentation

◆ input_types()

virtual std::vector<std::string> WireCell::IClusterFanin::input_types ( )
pure virtual

Reimplemented from WireCell::IFaninNode< ICluster, ICluster, 0 >.

Here is the caller graph for this function:

◆ signature()

virtual std::string WireCell::IClusterFanin::signature ( )
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 18 of file IClusterFanin.h.

Here is the call graph for this function:

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