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 5985dd1 commit 680edd1Copy full SHA for 680edd1
PWGUD/Core/UPCTauCentralBarrelHelperRL.h
@@ -18,8 +18,12 @@
18
#ifndef PWGUD_CORE_UPCTAUCENTRALBARRELHELPERRL_H_
19
#define PWGUD_CORE_UPCTAUCENTRALBARRELHELPERRL_H_
20
21
-#include <string>
+#include "Framework/AnalysisDataModel.h"
22
+#include "Framework/AnalysisTask.h"
23
+#include "Framework/runDataProcessing.h"
24
+
25
#include <algorithm>
26
+#include <string>
27
28
enum MyParticle {
29
P_ELECTRON = 0,
0 commit comments