WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCell::Gen::FrameFanin Class Reference

#include <FrameFanin.h>

Inheritance diagram for WireCell::Gen::FrameFanin:
Collaboration diagram for WireCell::Gen::FrameFanin:

Public Member Functions

 FrameFanin (size_t multiplicity=2)
 
virtual ~FrameFanin ()
 
virtual std::vector< std::string > input_types ()
 
virtual bool operator() (const input_vector &invec, output_pointer &out)
 
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::IFrameFanin
virtual ~IFrameFanin ()
 
virtual std::string signature ()
 
- Public Member Functions inherited from WireCell::IFaninNode< IFrame, IFrame, 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 ()
 
- Public Member Functions inherited from WireCell::IConfigurable
virtual ~IConfigurable ()
 
- Public Member Functions inherited from WireCell::IComponent< IConfigurable >
virtual ~IComponent ()
 

Additional Inherited Members

- Public Types inherited from WireCell::IFaninNode< IFrame, IFrame, 0 >
typedef IFrame input_type
 
typedef IFrame output_type
 
typedef std::shared_ptr< const IFrameinput_pointer
 
typedef std::shared_ptr< const IFrameoutput_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
 
- Public Types inherited from WireCell::IComponent< IConfigurable >
typedef std::shared_ptr< IConfigurablepointer
 Access subclass facet by pointer. More...
 
typedef std::vector< pointervector
 Vector of shared pointers. More...
 

Detailed Description

Definition at line 15 of file FrameFanin.h.

Constructor & Destructor Documentation

◆ FrameFanin()

Gen::FrameFanin::FrameFanin ( size_t  multiplicity = 2)

Definition at line 15 of file FrameFanin.cxx.

◆ ~FrameFanin()

Gen::FrameFanin::~FrameFanin ( )
virtual

Definition at line 19 of file FrameFanin.cxx.

Member Function Documentation

◆ configure()

void Gen::FrameFanin::configure ( const WireCell::Configuration config)
virtual

Accept a configuration.

Implements WireCell::IConfigurable.

Definition at line 44 of file FrameFanin.cxx.

◆ default_configuration()

WireCell::Configuration Gen::FrameFanin::default_configuration ( ) const
virtual

Optional, override to return a hard-coded default configuration.

Reimplemented from WireCell::IConfigurable.

Definition at line 23 of file FrameFanin.cxx.

◆ input_types()

std::vector< std::string > Gen::FrameFanin::input_types ( )
virtual

Implements WireCell::IFrameFanin.

Definition at line 64 of file FrameFanin.cxx.

◆ operator()()

bool Gen::FrameFanin::operator() ( const input_vector invec,
output_pointer out 
)
virtual

Definition at line 72 of file FrameFanin.cxx.

Here is the call graph for this function:

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