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 95aa915 commit caf4882Copy full SHA for caf4882
PWGEM/Dilepton/Tasks/Converters/trackConverter1.cxx
@@ -14,11 +14,12 @@
14
// This code runs loop over ULS ee pars for virtual photon QC.
15
// Please write to: daiki.sekihata@cern.ch
16
17
-#include "Framework/runDataProcessing.h"
18
-#include "Framework/AnalysisTask.h"
19
-#include "Framework/ASoAHelpers.h"
20
#include "PWGEM/Dilepton/DataModel/dileptonTables.h"
21
+#include "Framework/ASoAHelpers.h"
+#include "Framework/AnalysisTask.h"
+#include "Framework/runDataProcessing.h"
22
+
23
using namespace o2;
24
using namespace o2::aod;
25
using namespace o2::framework;
0 commit comments