Skip to content

Commit 42aecfd

Browse files
committed
clang-format
1 parent 9fd1fb2 commit 42aecfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Nuspex/hadronnucleicorrelation.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#include "PWGCF/Femto3D/Core/femto3dPairTask.h"
1717
#include "PWGCF/Femto3D/DataModel/singletrackselector.h"
1818

19-
#include "Common/DataModel/Multiplicity.h"
2019
#include "Common/Core/RecoDecay.h"
20+
#include "Common/DataModel/Multiplicity.h"
2121

2222
#include "CCDB/BasicCCDBManager.h"
2323
#include "CCDB/CcdbApi.h"
@@ -206,7 +206,7 @@ struct hadronnucleicorrelation {
206206
AxisSpec pTAxis_small = {100, -5.f, 5.f, "p_{T} GeV/c"};
207207

208208
AxisSpec DeltaEtaAxis = {100, -1.5, 1.5, "#Delta#eta"};
209-
AxisSpec DeltaPhiAxis = {60, -1* o2::constants::math::PIHalf, 3 * o2::constants::math::PIHalf, "#Delta#phi (rad)"};
209+
AxisSpec DeltaPhiAxis = {60, -1 * o2::constants::math::PIHalf, 3 * o2::constants::math::PIHalf, "#Delta#phi (rad)"};
210210

211211
registry.add("hNEvents", "hNEvents", {HistType::kTH1D, {{5, 0.f, 5.f}}});
212212
registry.get<TH1>(HIST("hNEvents"))->GetXaxis()->SetBinLabel(1, "Selected");

0 commit comments

Comments
 (0)