Loading src/modules/GenericPropagation/GenericPropagationModule.hpp +7 −6 Original line number Diff line number Diff line Loading @@ -89,7 +89,8 @@ namespace allpix { * @return Tuple with the point where the deposit ended after propagation, the time the propagation took, the * cumulative gain and the final state of the charge carrier at the end of processing */ std::tuple<ROOT::Math::XYZPoint, double, double, CarrierState> propagate(const ROOT::Math::XYZPoint& pos, std::tuple<ROOT::Math::XYZPoint, double, double, CarrierState> propagate(const ROOT::Math::XYZPoint& pos, const CarrierType& type, const double initial_time, RandomNumberGenerator& random_generator, Loading src/modules/GenericPropagation/GenericPropagationModule.cpp +5 −5 File changed.Contains only whitespace changes. Show changes Loading
src/modules/GenericPropagation/GenericPropagationModule.hpp +7 −6 Original line number Diff line number Diff line Loading @@ -89,7 +89,8 @@ namespace allpix { * @return Tuple with the point where the deposit ended after propagation, the time the propagation took, the * cumulative gain and the final state of the charge carrier at the end of processing */ std::tuple<ROOT::Math::XYZPoint, double, double, CarrierState> propagate(const ROOT::Math::XYZPoint& pos, std::tuple<ROOT::Math::XYZPoint, double, double, CarrierState> propagate(const ROOT::Math::XYZPoint& pos, const CarrierType& type, const double initial_time, RandomNumberGenerator& random_generator, Loading
src/modules/GenericPropagation/GenericPropagationModule.cpp +5 −5 File changed.Contains only whitespace changes. Show changes