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 d375ef2 commit d9c620bCopy full SHA for d9c620b
PWGUD/Tasks/upcRhoAnalysis.cxx
@@ -15,9 +15,6 @@
15
/// \author Jakub Juracka, jakub.juracka@cern.ch
16
/// \file upcRhoAnalysis.cxx
17
18
-#include "PWGUD/Core/UPCTauCentralBarrelHelperRL.h"
19
-#include "PWGUD/DataModel/UDTables.h"
20
-
21
#include "Common/DataModel/PIDResponse.h"
22
23
#include "Framework/AnalysisDataModel.h"
@@ -34,6 +31,9 @@
34
31
#include <utility>
35
32
#include <vector>
36
33
+#include "PWGUD/Core/UPCTauCentralBarrelHelperRL.h"
+#include "PWGUD/DataModel/UDTables.h"
+
37
using namespace o2;
38
using namespace o2::framework;
39
using namespace o2::framework::expressions;
0 commit comments