Skip to content

Commit 4832674

Browse files
committed
Test
1 parent 5179f01 commit 4832674

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
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_

PWGJE/DataModel/Jet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include "PWGHF/DataModel/CandidateSelectionTables.h"
3737
#include "PWGLF/DataModel/LFStrangenessTables.h"
3838
#include "PWGDQ/DataModel/ReducedInfoTables.h"
39-
39+
////
4040
namespace o2::aod
4141
{
4242

PWGJE/JetFinders/o2linter

Whitespace-only changes.

PWGJE/o2linter

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name/function-variable
2+
name/configurable
3+
doc/file

0 commit comments

Comments
 (0)