Loading src/modules/GenericPropagation/GenericPropagationModule.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -608,7 +608,7 @@ GenericPropagationModule::propagate(const ROOT::Math::XYZPoint& pos, } // Return the final position of the propagated charge return std::make_tuple(static_cast<ROOT::Math::XYZPoint>(position), initial_time + time, gain, state); return std::make_tuple(static_cast<ROOT::Math::XYZPoint>(position), time, gain, state); } void GenericPropagationModule::finalize() { Loading Loading
src/modules/GenericPropagation/GenericPropagationModule.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -608,7 +608,7 @@ GenericPropagationModule::propagate(const ROOT::Math::XYZPoint& pos, } // Return the final position of the propagated charge return std::make_tuple(static_cast<ROOT::Math::XYZPoint>(position), initial_time + time, gain, state); return std::make_tuple(static_cast<ROOT::Math::XYZPoint>(position), time, gain, state); } void GenericPropagationModule::finalize() { Loading