Skip to content

Commit c7b8f4a

Browse files
committed
Test
1 parent 18339f3 commit c7b8f4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGJE/Core/JetMatchingUtilities.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ std::tuple<std::vector<int>, std::vector<int>> MatchJetsGeometricallyImpl(
256256
*
257257
* @returns (Base to tag index map, tag to base index map) for uniquely matched jets.
258258
*/
259+
//
259260
template <typename T>
260261
std::tuple<std::vector<int>, std::vector<int>> MatchJetsGeometrically(
261262
std::vector<T> jetsBasePhi,
@@ -742,5 +743,5 @@ void doPairMatching(T const& pairsBase, U const& pairsTag, std::vector<std::vect
742743
}
743744
}
744745

745-
}; // namespace jetmatchingutilities
746+
}; // namespace jetmatchingutilities
746747
#endif // PWGJE_CORE_JETMATCHINGUTILITIES_H_

0 commit comments

Comments
 (0)