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

#include <NoiseSource.h>

Inheritance diagram for WireCell::Gen::NoiseSource:
Collaboration diagram for WireCell::Gen::NoiseSource:

Public Member Functions

 NoiseSource (const std::string &model="", const std::string &anode="AnodePlane", const std::string &rng="Random")
 
virtual ~NoiseSource ()
 
virtual bool operator() (IFrame::pointer &frame)
 IFrameSource. More...
 
virtual void configure (const WireCell::Configuration &config)
 IConfigurable. More...
 
virtual WireCell::Configuration default_configuration () const
 Optional, override to return a hard-coded default configuration. More...
 
- Public Member Functions inherited from WireCell::IFrameSource
virtual ~IFrameSource ()
 
- Public Member Functions inherited from WireCell::ISourceNode< IFrame >
virtual ~ISourceNode ()
 
virtual NodeCategory category ()
 Return the behavior category type. More...
 
virtual std::string signature ()
 Set the signature for all subclasses. More...
 
virtual bool operator() (boost::any &anyout)
 
virtual bool operator() (output_pointer &out)=0
 The calling signature: More...
 
virtual std::vector< std::string > output_types ()
 
- Public Member Functions inherited from WireCell::ISourceNodeBase
virtual ~ISourceNodeBase ()
 
- Public Member Functions inherited from WireCell::INode
virtual ~INode ()
 
virtual int concurrency ()
 
virtual std::vector< std::string > input_types ()
 
virtual void reset ()
 
- Public Member Functions inherited from WireCell::IComponent< INode >
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::IFrameSource
typedef std::shared_ptr< IFrameSourcepointer
 
- Public Types inherited from WireCell::ISourceNode< IFrame >
typedef IFrame output_type
 
typedef ISourceNode< IFramesignature_type
 
typedef std::shared_ptr< signature_typepointer
 
typedef std::shared_ptr< const IFrameoutput_pointer
 
- Public Types inherited from WireCell::ISourceNodeBase
typedef std::shared_ptr< ISourceNodeBasepointer
 
- 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
 
- 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 23 of file NoiseSource.h.

Constructor & Destructor Documentation

◆ NoiseSource()

Gen::NoiseSource::NoiseSource ( const std::string &  model = "",
const std::string &  anode = "AnodePlane",
const std::string &  rng = "Random" 
)

Definition at line 19 of file NoiseSource.cxx.

◆ ~NoiseSource()

Gen::NoiseSource::~NoiseSource ( )
virtual

Definition at line 40 of file NoiseSource.cxx.

Member Function Documentation

◆ configure()

void Gen::NoiseSource::configure ( const WireCell::Configuration config)
virtual

IConfigurable.

Implements WireCell::IConfigurable.

Definition at line 61 of file NoiseSource.cxx.

◆ default_configuration()

WireCell::Configuration Gen::NoiseSource::default_configuration ( ) const
virtual

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

Reimplemented from WireCell::IConfigurable.

Definition at line 44 of file NoiseSource.cxx.

◆ operator()()

bool Gen::NoiseSource::operator() ( IFrame::pointer frame)
virtual

IFrameSource.

Definition at line 100 of file NoiseSource.cxx.

Here is the call graph for this function:

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