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.
2 parents 618d3c4 + bcdb68f commit 4efed45Copy full SHA for 4efed45
PWGEM/Dilepton/Tasks/dielectronHadron2PC.cxx
@@ -14,12 +14,12 @@
14
// This code is for dielectron analyses.
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
-
21
#include "PWGEM/Dilepton/Core/DileptonHadron.h"
22
+#include "Framework/ASoAHelpers.h"
+#include "Framework/AnalysisTask.h"
+#include "Framework/runDataProcessing.h"
+
23
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
24
{
25
return WorkflowSpec{
0 commit comments