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

#include <Fourdee.h>

Inheritance diagram for WireCell::Gen::Fourdee:
Collaboration diagram for WireCell::Gen::Fourdee:

Public Member Functions

 Fourdee ()
 
virtual ~Fourdee ()
 
virtual void execute ()
 Implement to run something. More...
 
virtual void execute_old ()
 
virtual void execute_new ()
 
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

Fourdee is a Wire Cell Toolkit application class which handles a chain of "the 4 D's": deposition, drifting, "ducting" (induction response) and digitization. There is an optional "5th D": "dissonance" which provides a source of noise to be summed.

Each step provided by a model implemented as an instance of the associated component class. A final sink is also provided if the digitization output is provided.

Definition at line 34 of file Fourdee.h.

Constructor & Destructor Documentation

◆ Fourdee()

Gen::Fourdee::Fourdee ( )

Definition at line 16 of file Fourdee.cxx.

◆ ~Fourdee()

Gen::Fourdee::~Fourdee ( )
virtual

Definition at line 26 of file Fourdee.cxx.

Member Function Documentation

◆ configure()

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

Accept a configuration.

Implements WireCell::IConfigurable.

Definition at line 48 of file Fourdee.cxx.

◆ default_configuration()

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

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

Reimplemented from WireCell::IConfigurable.

Definition at line 30 of file Fourdee.cxx.

Here is the call graph for this function:

◆ execute()

void Gen::Fourdee::execute ( )
virtual

Implement to run something.

Implements WireCell::IApplication.

Definition at line 254 of file Fourdee.cxx.

Here is the call graph for this function:

◆ execute_new()

void Gen::Fourdee::execute_new ( )
virtual

Definition at line 260 of file Fourdee.cxx.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ execute_old()

void Gen::Fourdee::execute_old ( )
virtual

Definition at line 361 of file Fourdee.cxx.

Here is the call graph for this function:

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