Skip to content

Delayed signal

Heinrich Schindler requested to merge delayed-signal into master

First version of an algorithm to calculated the component of the induced current due to a time-dependent weighting field (in resistive geometries). The feature can be switched on using Sensor::EnableDelayedSignal(). For now, the times at which the delayed signal is evaluated (which should the reflect the time structure of the time-dependent weighting field) need to be specified using Sensor::SetDelayedSignalTimes(const std::vector<double>& ts);.

The new code has been added in the function Sensor::AddSignal(const double q, const double t, const double dt, const double x, const double y, const double z, const double vx, const double vy, const double vz) which is called by AvalancheMC and AvalancheMicroscopic (but not by DriftLineRKF so it won't work yet for RKF drift lines).

Merge request reports

Loading