Loading src/modules/GenericPropagation/GenericPropagationModule.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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 = Loading Loading
src/modules/GenericPropagation/GenericPropagationModule.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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 = Loading