|
WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
|
#include <WrapperFactory.h>
Public Types | |
| typedef std::map< WireCell::INode::pointer, Node > | WCNode2Wrapper |
Public Member Functions | |
| WrapperFactory (tbb::flow::graph &graph) | |
| template<class Wrapper > | |
| void | bind_maker (WireCell::INode::NodeCategory cat) |
| Node | operator() (WireCell::INode::pointer wcnode) |
| WCNode2Wrapper & | seen () |
Definition at line 22 of file WrapperFactory.h.
| typedef std::map<WireCell::INode::pointer, Node> WireCellTbb::WrapperFactory::WCNode2Wrapper |
Definition at line 33 of file WrapperFactory.h.
| WrapperFactory::WrapperFactory | ( | tbb::flow::graph & | graph | ) |
Definition at line 13 of file WrapperFactory.cxx.
|
inline |
| Node WrapperFactory::operator() | ( | WireCell::INode::pointer | wcnode | ) |
Definition at line 27 of file WrapperFactory.cxx.
|
inline |
Definition at line 34 of file WrapperFactory.h.