WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
WireCellTbb::TbbFlow Class Reference

#include <TbbFlow.h>

Inheritance diagram for WireCellTbb::TbbFlow:
Collaboration diagram for WireCellTbb::TbbFlow:

Public Member Functions

 TbbFlow ()
 
virtual ~TbbFlow ()
 
virtual void configure (const WireCell::Configuration &config)
 Accept a configuration. More...
 
virtual WireCell::Configuration default_configuration () const
 Optional, override to return a hard-coded default configuration. More...
 
virtual void execute ()
 Implement to run something. More...
 
- Public Member Functions inherited from WireCell::IApplication
virtual ~IApplication ()
 
- Public Member Functions inherited from WireCell::IComponent< IApplication >
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::IComponent< IApplication >
typedef std::shared_ptr< IApplicationpointer
 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 TbbFlow.h.

Constructor & Destructor Documentation

◆ TbbFlow()

TbbFlow::TbbFlow ( )

Definition at line 15 of file TbbFlow.cxx.

◆ ~TbbFlow()

TbbFlow::~TbbFlow ( )
virtual

Definition at line 19 of file TbbFlow.cxx.

Member Function Documentation

◆ configure()

void TbbFlow::configure ( const WireCell::Configuration config)
virtual

Accept a configuration.

Implements WireCell::IConfigurable.

Definition at line 34 of file TbbFlow.cxx.

Here is the call graph for this function:

◆ default_configuration()

Configuration TbbFlow::default_configuration ( ) const
virtual

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

Reimplemented from WireCell::IConfigurable.

Definition at line 23 of file TbbFlow.cxx.

Here is the call graph for this function:

◆ execute()

void TbbFlow::execute ( )
virtual

Implement to run something.

Implements WireCell::IApplication.

Definition at line 44 of file TbbFlow.cxx.


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