Commit 26e11682 authored by Stephan Lachnit's avatar Stephan Lachnit Committed by Simon Spannagel
Browse files

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

parent f42121d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -607,7 +607,7 @@ GenericPropagationModule::propagate(const ROOT::Math::XYZPoint& pos,
                   << Units::display(static_cast<ROOT::Math::XYZPoint>(position), {"um", "mm"});
    }

    // Return the final position of the propagated charge
    // Return the final position of the propagated charge, the time it took to propagate and its final state
    return std::make_tuple(static_cast<ROOT::Math::XYZPoint>(position), time, gain, state);
}