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

#include <DepoFanout.h>

Inheritance diagram for WireCell::Gen::DepoFanout:
Collaboration diagram for WireCell::Gen::DepoFanout:

Public Member Functions

 DepoFanout (size_t multiplicity=0)
 
virtual ~DepoFanout ()
 
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::IDepoFanout
virtual ~IDepoFanout ()
 
virtual std::string signature ()
 
- Public Member Functions inherited from WireCell::IFanoutNode< IDepo, IDepo, 0 >
virtual ~IFanoutNode ()
 
virtual bool operator() (const boost::any &anyin, any_vector &anyv)
 The calling signature: More...
 
virtual bool operator() (const input_pointer &in, output_vector &outv)=0
 
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 ()
 

Additional Inherited Members

- Public Types inherited from WireCell::IFanoutNode< IDepo, IDepo, 0 >
typedef IDepo input_type
 
typedef IDepo output_type
 
typedef std::shared_ptr< const IDepoinput_pointer
 
typedef std::shared_ptr< const IDepooutput_pointer
 
typedef std::vector< output_pointeroutput_vector
 
- Public Types inherited from WireCell::IFanoutNodeBase
typedef std::shared_ptr< IFanoutNodeBasepointer
 
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 11 of file DepoFanout.h.

Constructor & Destructor Documentation

◆ DepoFanout()

Gen::DepoFanout::DepoFanout ( size_t  multiplicity = 0)

Definition at line 16 of file DepoFanout.cxx.

◆ ~DepoFanout()

Gen::DepoFanout::~DepoFanout ( )
virtual

Definition at line 21 of file DepoFanout.cxx.

Member Function Documentation

◆ configure()

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

Accept a configuration.

Implements WireCell::IConfigurable.

Definition at line 33 of file DepoFanout.cxx.

◆ default_configuration()

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

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

Reimplemented from WireCell::IConfigurable.

Definition at line 26 of file DepoFanout.cxx.

◆ operator()()

bool Gen::DepoFanout::operator() ( const input_pointer in,
output_vector outv 
)
virtual

Definition at line 51 of file DepoFanout.cxx.

◆ output_types()

std::vector< std::string > Gen::DepoFanout::output_types ( )
virtual

Implements WireCell::IDepoFanout.

Definition at line 43 of file DepoFanout.cxx.


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