Skip to content

Commit 4b75b3e

Browse files
committed
Test
1 parent 5179f01 commit 4b75b3e

5 files changed

Lines changed: 7 additions & 3 deletions

File tree

Common/CCDB/RCTSelectionFlags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class RCTFlagsChecker : public o2::utils::EnumFlags<RCTSelectionFlags>
183183
set(kZDCBad);
184184
}
185185
}
186-
186+
//
187187
// Check the RCT column of a given event selection table.
188188
// The function returns true if none of the checked flags is set in the RCT column.
189189
bool checkTable(const HasRCTFlags auto& table)

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)