Commit 64b0faea authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Fix formatting from rebase

parent ea2e4008
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -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,