#include <DumpDepos.h>
Public Member Functions | |
| DumpDepos () | |
| virtual | ~DumpDepos () |
| virtual bool | operator() (const IDepo::pointer &depo) |
| The calling signature: More... | |
Public Member Functions inherited from WireCell::IDepoSink | |
| virtual | ~IDepoSink () |
| virtual std::string | signature () |
Public Member Functions inherited from WireCell::ISinkNode< IDepo > | |
| virtual | ~ISinkNode () |
| virtual bool | operator() (const boost::any &anyin) |
| virtual std::vector< std::string > | input_types () |
Public Member Functions inherited from WireCell::ISinkNodeBase | |
| virtual | ~ISinkNodeBase () |
| virtual NodeCategory | category () |
| Return the behavior category type. More... | |
Public Member Functions inherited from WireCell::INode | |
| virtual | ~INode () |
| virtual int | concurrency () |
| virtual std::vector< std::string > | output_types () |
| virtual void | reset () |
Public Member Functions inherited from WireCell::IComponent< INode > | |
| virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
| virtual | ~Interface () |
Private Attributes | |
| int | m_nin |
Additional Inherited Members | |
Public Types inherited from WireCell::ISinkNode< IDepo > | |
| typedef IDepo | input_type |
| typedef std::shared_ptr< const IDepo > | input_pointer |
Public Types inherited from WireCell::ISinkNodeBase | |
| typedef std::shared_ptr< ISinkNodeBase > | pointer |
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< INode > | pointer |
| Access subclass facet by pointer. More... | |
| typedef std::vector< pointer > | vector |
| Vector of shared pointers. More... | |
Public Types inherited from WireCell::Interface | |
| typedef std::shared_ptr< Interface > | pointer |
Definition at line 8 of file DumpDepos.h.
| DumpDepos::DumpDepos | ( | ) |
Definition at line 12 of file DumpDepos.cxx.
|
virtual |
Definition at line 14 of file DumpDepos.cxx.
|
virtual |
The calling signature:
Implements WireCell::ISinkNode< IDepo >.
Definition at line 16 of file DumpDepos.cxx.
|
private |
Definition at line 14 of file DumpDepos.h.
1.8.11