#include <TruthTraceID.h>
Public Member Functions | |
TruthTraceID () | |
virtual void | reset () |
virtual bool | operator() (const input_pointer &depo, output_queue &frames) |
The calling signature: 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::IDuctor | |
virtual | ~IDuctor () |
virtual std::string | signature () |
Public Member Functions inherited from WireCell::IQueuedoutNode< IDepo, IFrame > | |
virtual | ~IQueuedoutNode () |
virtual bool | operator() (const boost::any &anyin, queuedany &outanyq) |
The calling signature: More... | |
virtual std::vector< std::string > | input_types () |
virtual std::vector< std::string > | output_types () |
Public Member Functions inherited from WireCell::IQueuedoutNodeBase | |
virtual | ~IQueuedoutNodeBase () |
virtual NodeCategory | category () |
Return the behavior category type. More... | |
virtual int | concurrency () |
By default assume all subclasses maintain state. More... | |
Public Member Functions inherited from WireCell::INode | |
virtual | ~INode () |
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 () |
Private Member Functions | |
void | process (output_queue &frame) |
Private Attributes | |
std::string | m_anode_tn |
std::string | m_rng_tn |
IAnodePlane::pointer | m_anode |
IRandom::pointer | m_rng |
IDepo::vector | m_depos |
double | m_start_time |
double | m_readout_time |
double | m_tick |
double | m_pitch_range |
double | m_drift_speed |
double | m_nsigma |
double | m_truth_gain |
bool | m_fluctuate |
int | m_frame_count |
bool | m_eos |
std::string | m_truth_type |
double | m_num_ind_wire |
double | m_num_col_wire |
double | m_ind_sigma |
double | m_col_sigma |
double | m_time_sigma |
double | m_wire_power |
double | m_time_power |
double | m_max_wire_freq |
double | m_max_time_freq |
bool | m_wire_flag |
bool | m_time_flag |
Additional Inherited Members | |
Public Types inherited from WireCell::IDuctor | |
typedef std::shared_ptr< IDuctor > | pointer |
Public Types inherited from WireCell::IQueuedoutNode< IDepo, IFrame > | |
typedef std::shared_ptr< IQueuedoutNodeBase > | pointer |
typedef IDepo | input_type |
typedef IFrame | output_type |
typedef std::shared_ptr< const IDepo > | input_pointer |
typedef std::shared_ptr< const IFrame > | output_pointer |
typedef std::deque< output_pointer > | output_queue |
Public Types inherited from WireCell::IQueuedoutNodeBase | |
typedef std::shared_ptr< IQueuedoutNodeBase > | pointer |
typedef std::deque< boost::any > | queuedany |
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 |
Public Types inherited from WireCell::IComponent< IConfigurable > | |
typedef std::shared_ptr< IConfigurable > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
Definition at line 16 of file TruthTraceID.h.
Gen::TruthTraceID::TruthTraceID | ( | ) |
Definition at line 17 of file TruthTraceID.cxx.
|
virtual |
Accept a configuration.
Implements WireCell::IConfigurable.
Definition at line 73 of file TruthTraceID.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Definition at line 45 of file TruthTraceID.cxx.
|
virtual |
The calling signature:
Implements WireCell::IQueuedoutNode< IDepo, IFrame >.
Definition at line 225 of file TruthTraceID.cxx.
|
private |
Definition at line 110 of file TruthTraceID.cxx.
|
virtual |
Optional hook to be implemented in order to reset after an end of stream is encountered. Fixme: this should be removed.
Reimplemented from WireCell::INode.
Definition at line 220 of file TruthTraceID.cxx.
|
private |
Definition at line 29 of file TruthTraceID.h.
|
private |
Definition at line 26 of file TruthTraceID.h.
|
private |
Definition at line 49 of file TruthTraceID.h.
|
private |
Definition at line 31 of file TruthTraceID.h.
|
private |
Definition at line 36 of file TruthTraceID.h.
|
private |
Definition at line 43 of file TruthTraceID.h.
|
private |
Definition at line 39 of file TruthTraceID.h.
|
private |
Definition at line 42 of file TruthTraceID.h.
|
private |
Definition at line 48 of file TruthTraceID.h.
|
private |
Definition at line 54 of file TruthTraceID.h.
|
private |
Definition at line 53 of file TruthTraceID.h.
|
private |
Definition at line 37 of file TruthTraceID.h.
|
private |
Definition at line 47 of file TruthTraceID.h.
|
private |
Definition at line 46 of file TruthTraceID.h.
|
private |
Definition at line 35 of file TruthTraceID.h.
|
private |
Definition at line 34 of file TruthTraceID.h.
|
private |
Definition at line 30 of file TruthTraceID.h.
|
private |
Definition at line 27 of file TruthTraceID.h.
|
private |
Definition at line 33 of file TruthTraceID.h.
|
private |
Definition at line 35 of file TruthTraceID.h.
|
private |
Definition at line 56 of file TruthTraceID.h.
|
private |
Definition at line 52 of file TruthTraceID.h.
|
private |
Definition at line 50 of file TruthTraceID.h.
|
private |
Definition at line 38 of file TruthTraceID.h.
|
private |
Definition at line 45 of file TruthTraceID.h.
|
private |
Definition at line 55 of file TruthTraceID.h.
|
private |
Definition at line 51 of file TruthTraceID.h.