Loading src/modules/TransientPropagation/TransientPropagationModule.hpp +8 −7 Original line number Diff line number Diff line Loading @@ -88,7 +88,8 @@ namespace allpix { * @return Tuple of 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(Event* event, std::tuple<ROOT::Math::XYZPoint, double, double, CarrierState> propagate(Event* event, const ROOT::Math::XYZPoint& pos, const CarrierType& type, const unsigned int charge, Loading Loading
src/modules/TransientPropagation/TransientPropagationModule.hpp +8 −7 Original line number Diff line number Diff line Loading @@ -88,7 +88,8 @@ namespace allpix { * @return Tuple of 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(Event* event, std::tuple<ROOT::Math::XYZPoint, double, double, CarrierState> propagate(Event* event, const ROOT::Math::XYZPoint& pos, const CarrierType& type, const unsigned int charge, Loading