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

#include <NodeDumper.h>

Inheritance diagram for WireCellApps::NodeDumper:
Collaboration diagram for WireCellApps::NodeDumper:

Public Member Functions

 NodeDumper ()
 
virtual ~NodeDumper ()
 
virtual void execute ()
 Implement to run something. More...
 
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...
 
- 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 10 of file NodeDumper.h.

Constructor & Destructor Documentation

◆ NodeDumper()

NodeDumper::NodeDumper ( )

Definition at line 22 of file NodeDumper.cxx.

◆ ~NodeDumper()

NodeDumper::~NodeDumper ( )
virtual

Definition at line 27 of file NodeDumper.cxx.

Member Function Documentation

◆ configure()

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

Accept a configuration.

Implements WireCell::IConfigurable.

Definition at line 31 of file NodeDumper.cxx.

◆ default_configuration()

WireCell::Configuration NodeDumper::default_configuration ( ) const
virtual

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

Reimplemented from WireCell::IConfigurable.

Definition at line 36 of file NodeDumper.cxx.

◆ execute()

void NodeDumper::execute ( )
virtual

Implement to run something.

Implements WireCell::IApplication.

Definition at line 45 of file NodeDumper.cxx.

Here is the call graph for this function:

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