Skip to content

Commit 2b01436

Browse files
committed
[PWGLF] Apply clang-format
Reformatted code with clang-format.
1 parent f4d85b8 commit 2b01436

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

PWGLF/Tasks/Resonances/f0980analysis.cxx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,22 @@
1111

1212
/// \author Junlee Kim (jikim1290@gmail.com)
1313

14-
#include <Framework/Configurable.h>
15-
#include <TLorentzVector.h>
16-
#include "TVector2.h"
14+
#include "PWGLF/DataModel/LFResonanceTables.h"
1715

1816
#include "Common/DataModel/Centrality.h"
1917
#include "Common/DataModel/EventSelection.h"
2018
#include "Common/DataModel/PIDResponse.h"
19+
20+
#include "CommonConstants/PhysicsConstants.h"
2121
#include "DataFormatsParameters/GRPObject.h"
2222
#include "Framework/ASoAHelpers.h"
2323
#include "Framework/AnalysisTask.h"
2424
#include "Framework/runDataProcessing.h"
25-
#include "PWGLF/DataModel/LFResonanceTables.h"
26-
#include "CommonConstants/PhysicsConstants.h"
25+
#include <Framework/Configurable.h>
26+
27+
#include "TVector2.h"
28+
#include <TLorentzVector.h>
29+
#include <vector>
2730

2831
using namespace o2;
2932
using namespace o2::framework;

0 commit comments

Comments
 (0)