Skip to content

Commit 2549ae2

Browse files
committed
clang resolve
1 parent 9d6591d commit 2549ae2

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

PWGDQ/Core/CutsLibrary.cxx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@
1212
// Contact: iarsene@cern.ch, i.c.arsene@fys.uio.no
1313
//
1414
#include "PWGDQ/Core/CutsLibrary.h"
15-
#include <RtypesCore.h>
15+
16+
#include "AnalysisCompositeCut.h"
17+
#include "VarManager.h"
18+
1619
#include <TF1.h>
17-
#include <vector>
18-
#include <string>
20+
21+
#include <RtypesCore.h>
22+
1923
#include <iostream>
2024
#include <set>
21-
#include "AnalysisCompositeCut.h"
22-
#include "VarManager.h"
25+
#include <string>
26+
#include <vector>
2327

2428
using std::cout;
2529
using std::endl;

PWGDQ/Core/DQMlResponse.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
2727
// Fill the map of available input features
2828
// the key is the feature's name (std::string)
2929
// the value is the corresponding value in EnumInputFeatures
30-
#define FILL_MAP(FEATURE) \
31-
{ \
32-
#FEATURE, static_cast<uint8_t>(InputFeatures::FEATURE) \
33-
}
30+
#define FILL_MAP(FEATURE) \
31+
{ \
32+
#FEATURE, static_cast<uint8_t>(InputFeatures::FEATURE)}
3433

3534
namespace o2::analysis
3635
{

0 commit comments

Comments
 (0)