Commit 57f1584e authored by Paul Schütze's avatar Paul Schütze Committed by Simon Spannagel
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent b7e9d8be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -443,7 +443,7 @@ GenericPropagationModule::propagate(const ROOT::Math::XYZPoint& pos,
    };

    // Survival or detrap probability of this charge carrier package, evaluated at every step
    allpix::uniform_real_distribution<double> probability_distribution(0, 1);
    allpix::uniform_real_distribution<double> uniform_distribution(0, 1);

    // Define lambda functions to compute the charge carrier velocity with or without magnetic field
    std::function<Eigen::Vector3d(double, const Eigen::Vector3d&)> carrier_velocity_noB =