In AllPixTimepixDigitizer::ComputeDriftTimeFullField(...)
If I change:
ztemp+=step[2]
to ztemp-=step[2]
In this case low energy (20 keV) electrons juste entering the sensor have sigma drift of about 7 micron in a 300 micron thick sensor. In the current code the drift time and sigma are very small.
Is this a sensible thing to do?
In AllPixTimepixDigitizer::ComputeDriftTimeFullField(...)
If I change:
ztemp+=step[2]
to ztemp-=step[2]
In this case low energy (20 keV) electrons juste entering the sensor have sigma drift of about 7 micron in a 300 micron thick sensor. In the current code the drift time and sigma are very small.
Is this a sensible thing to do?