Skip to content

Commit b3bb6da

Browse files
authored
Add TF3 and TFile includes to flowDecorrelation.cxx
1 parent 53a3c03 commit b3bb6da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/TwoParticleCorrelations/Tasks/flowDecorrelation.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
#include <Framework/HistogramSpec.h>
5454
#include <Framework/InitContext.h>
5555

56-
#include <TF3.h>
57-
#include <TFile.h>
5856
#include "TF1.h"
5957
#include "TRandom3.h"
58+
+#include <TF3.h>
59+
+#include <TFile.h>
6060
#include <TPDGCode.h>
6161

6262
#include <algorithm>

0 commit comments

Comments
 (0)