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 6d0c035 commit 0abd927Copy full SHA for 0abd927
PWGDQ/Tasks/ModelConverter.cxx
@@ -15,12 +15,13 @@
15
// the conflict with the old data model.
16
17
// other includes
18
-#include "Framework/runDataProcessing.h"
19
-#include "Framework/AnalysisTask.h"
+#include "Framework/ASoAHelpers.h"
20
#include "Framework/AnalysisDataModel.h"
21
#include "Framework/AnalysisHelpers.h"
+#include "Framework/AnalysisTask.h"
22
#include "Framework/Configurable.h"
23
#include "Framework/WorkflowSpec.h"
24
+#include "Framework/runDataProcessing.h"
25
#include "PWGDQ/DataModel/ReducedInfoTables.h"
26
27
struct MultPVConverter000_001 {
0 commit comments