Commit c9c9de7c authored by Simon Spannagel's avatar Simon Spannagel
Browse files

PropagatedCharge: Introduce new state HALTED

parent d98f4ac0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ namespace allpix {
        MOTION = 0, ///< The propagated charge carrier is in motion
        RECOMBINED, ///< The propagated charge carrier has recombined with the lattice
        TRAPPED,    ///< The propagated charge carrier is trapped temporarily
        HALTED,     ///< The carrier has come to a halt because it, for example, has reached the sensor surface or an implant
    };

    /**