Skip to content

Commit e36f21f

Browse files
authored
Merge pull request #15 from alibuild/alibot-cleanup-12515
Please consider the following formatting changes to #12515
2 parents 4446b83 + 4b8f92c commit e36f21f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

PWGLF/Tasks/Resonances/chk892pp.cxx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,15 @@
1515
///
1616
/// \author Su-Jeong Ji <su-jeong.ji@cern.ch>
1717

18-
#include <TH1F.h>
19-
#include <TH1D.h>
2018
#include <TDirectory.h>
19+
#include <TFile.h>
20+
#include <TH1D.h>
21+
#include <TH1F.h>
22+
#include <TH2F.h>
2123
#include <THn.h>
2224
#include <TMath.h>
2325
#include <TObjArray.h>
24-
#include <TFile.h>
25-
#include <TH2F.h>
2626
// #include <TDatabasePDG.h> // FIXME
27-
#include <TPDGCode.h> // FIXME
28-
2927
#include "PWGLF/DataModel/LFStrangenessTables.h"
3028
#include "PWGLF/Utils/collisionCuts.h"
3129

@@ -64,6 +62,7 @@
6462
#include "TVector2.h"
6563
#include <TMath.h>
6664
#include <TPDGCode.h> // FIXME
65+
#include <TPDGCode.h> // FIXME
6766

6867
#include <array>
6968
#include <chrono>

0 commit comments

Comments
 (0)