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 9829822 commit 46afa21Copy full SHA for 46afa21
PWGCF/GenericFramework/Core/GFW.cxx
@@ -10,10 +10,12 @@
10
// or submit itself to any jurisdiction.
11
12
#include "GFW.h"
13
+
14
#include <cstdio>
15
+#include <string>
16
#include <utility>
17
#include <vector>
-#include <string>
18
19
20
using std::complex;
21
using std::pair;
PWGCF/GenericFramework/Core/GFW.h
@@ -18,12 +18,13 @@
#include "GFWCumulant.h"
#include "GFWPowerArray.h"
-#include <vector>
22
23
-#include <utility>
24
#include <algorithm>
25
#include <complex>
26
+#include <utility>
27
+#include <vector>
28
29
class GFW
30
{
0 commit comments