![]() |
Belle II Software
release-05-02-19
|
Type to store elementary waveforms. More...
#include <SVDSignal.h>
Public Member Functions | |
Wave (double initTime, double charge, double tau, RelationElement::index_type particle, RelationElement::index_type truehit) | |
Constructor. | |
std::string | toString () const |
Create a string containing data of this Wave object. | |
Public Attributes | |
double | m_initTime |
Start time of the waveform. | |
double | m_charge |
Charge of the wave. | |
double | m_tau |
Decay time of the waveform. | |
RelationElement::index_type | m_particle |
DataStore index of the generating MC Particle. | |
RelationElement::index_type | m_truehit |
DataStore index of the associated SVDTrueHit. | |
Type to store elementary waveforms.
Waveforms are parameterized (in this order) by location parameter (initTime), norm (charge) and scale factor (tau) - decay time. It is assumed that each chargelet is generated by a single MCParticle and it contributes to a single TrueHit.
Definition at line 62 of file SVDSignal.h.