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 c1a66e4 commit 9832637Copy full SHA for 9832637
PWGCF/MultiparticleCorrelations/Tasks/ThreeParticleCorrelations.cxx
@@ -9,6 +9,8 @@
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
12
+#include <algorithm>
13
+
14
#include "Framework/runDataProcessing.h"
15
#include "Framework/AnalysisTask.h"
16
#include "CCDB/BasicCCDBManager.h"
@@ -19,8 +21,6 @@
19
21
#include "TPDGCode.h"
20
22
#include "RecoDecay.h"
23
-#include <algorithm>
-
24
using namespace o2;
25
using namespace o2::framework;
26
using namespace o2::framework::expressions;
0 commit comments