We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4446b83 commit 4b8f92cCopy full SHA for 4b8f92c
PWGLF/Tasks/Resonances/chk892pp.cxx
@@ -15,17 +15,15 @@
15
///
16
/// \author Su-Jeong Ji <su-jeong.ji@cern.ch>
17
18
-#include <TH1F.h>
19
-#include <TH1D.h>
20
#include <TDirectory.h>
+#include <TFile.h>
+#include <TH1D.h>
21
+#include <TH1F.h>
22
+#include <TH2F.h>
23
#include <THn.h>
24
#include <TMath.h>
25
#include <TObjArray.h>
-#include <TFile.h>
-#include <TH2F.h>
26
// #include <TDatabasePDG.h> // FIXME
27
-#include <TPDGCode.h> // FIXME
28
-
29
#include "PWGLF/DataModel/LFStrangenessTables.h"
30
#include "PWGLF/Utils/collisionCuts.h"
31
@@ -64,6 +62,7 @@
64
62
#include "TVector2.h"
65
63
66
#include <TPDGCode.h> // FIXME
+#include <TPDGCode.h> // FIXME
67
68
#include <array>
69
#include <chrono>
0 commit comments