#include <ResponseSys.h>
Public Member Functions | |
| ResponseSys (int nticks=10000, double start=0.0 *units::us, double tick=0.5 *units::us, double magnitude=1.0, double time_smear=0.0 *units::us, double offset=0.0 *units::us) | |
| virtual void | configure (const WireCell::Configuration &cfg) |
| Accept a configuration. More... | |
| virtual WireCell::Configuration | default_configuration () const |
| Optional, override to return a hard-coded default configuration. More... | |
| virtual double | waveform_start () const |
| virtual double | waveform_period () const |
| virtual const sequence_type & | waveform_samples () const |
Public Member Functions inherited from WireCell::IWaveform | |
| virtual | ~IWaveform () |
Public Member Functions inherited from WireCell::IConfigurable | |
| virtual | ~IConfigurable () |
Public Member Functions inherited from WireCell::IComponent< IConfigurable > | |
| virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
| virtual | ~Interface () |
Private Attributes | |
| Configuration | m_cfg |
| sequence_type | m_wave |
Additional Inherited Members | |
Public Types inherited from WireCell::IWaveform | |
| typedef std::vector< float > | sequence_type |
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... | |
Public Types inherited from WireCell::Interface | |
| typedef std::shared_ptr< Interface > | pointer |
Definition at line 14 of file ResponseSys.h.
| Gen::ResponseSys::ResponseSys | ( | int | nticks = 10000, |
| double | start = 0.0*units::us, |
||
| double | tick = 0.5*units::us, |
||
| double | magnitude = 1.0, |
||
| double | time_smear = 0.0*units::us, |
||
| double | offset = 0.0*units::us |
||
| ) |
Definition at line 12 of file ResponseSys.cxx.
|
virtual |
Accept a configuration.
Implements WireCell::IConfigurable.
Definition at line 25 of file ResponseSys.cxx.
|
virtual |
Optional, override to return a hard-coded default configuration.
Reimplemented from WireCell::IConfigurable.
Definition at line 21 of file ResponseSys.cxx.
|
virtual |
|
virtual |
|
virtual |
|
private |
Definition at line 38 of file ResponseSys.h.
|
private |
Definition at line 39 of file ResponseSys.h.
1.8.11