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

#include <DumpFrames.h>

Inheritance diagram for WireCell::Gen::DumpFrames:
Collaboration diagram for WireCell::Gen::DumpFrames:

Public Member Functions

 DumpFrames ()
 
virtual ~DumpFrames ()
 
virtual bool operator() (const IFrame::pointer &frame)
 Do something thrilling with a frame. More...
 
- Public Member Functions inherited from WireCell::IFrameSink
virtual ~IFrameSink ()
 
virtual std::string signature ()
 
- Public Member Functions inherited from WireCell::ISinkNode< IFrame >
virtual ~ISinkNode ()
 
virtual bool operator() (const boost::any &anyin)
 
virtual bool operator() (const input_pointer &in)=0
 The calling signature: More...
 
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 ()
 

Additional Inherited Members

- Public Types inherited from WireCell::IFrameSink
typedef std::shared_ptr< IFrameSinkpointer
 
- Public Types inherited from WireCell::ISinkNode< IFrame >
typedef IFrame input_type
 
typedef std::shared_ptr< const IFrameinput_pointer
 
- Public Types inherited from WireCell::ISinkNodeBase
typedef std::shared_ptr< ISinkNodeBasepointer
 
- 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
 

Detailed Description

Definition at line 10 of file DumpFrames.h.

Constructor & Destructor Documentation

◆ DumpFrames()

Gen::DumpFrames::DumpFrames ( )

Definition at line 9 of file DumpFrames.cxx.

◆ ~DumpFrames()

Gen::DumpFrames::~DumpFrames ( )
virtual

Definition at line 15 of file DumpFrames.cxx.

Member Function Documentation

◆ operator()()

bool Gen::DumpFrames::operator() ( const IFrame::pointer frame)
virtual

Do something thrilling with a frame.

Definition at line 20 of file DumpFrames.cxx.


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