We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bb6da commit 9b7f679Copy full SHA for 9b7f679
1 file changed
PWGCF/TwoParticleCorrelations/Tasks/flowDecorrelation.cxx
@@ -55,8 +55,7 @@
55
56
#include "TF1.h"
57
#include "TRandom3.h"
58
-+#include <TF3.h>
59
-+#include <TFile.h>
++ #include<TF3.h> + #include<TFile.h>
60
#include <TPDGCode.h>
61
62
#include <algorithm>
@@ -69,7 +68,7 @@
69
68
#include <typeinfo>
70
#include <vector>
71
72
-using namespace o2;
+ using namespace o2;
73
using namespace o2::framework;
74
using namespace o2::framework::expressions;
75
using namespace constants::math;
0 commit comments