Skip to content

Commit 20bf287

Browse files
author
Sabrina Hernandez
committed
added ccdb objects
1 parent 1af74ef commit 20bf287

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,22 @@
2424

2525
#include "Framework/ASoAHelpers.h"
2626
#include "Framework/AnalysisTask.h"
27-
#include "Framework/AnalysisTask.h"
2827
#include "Framework/HistogramRegistry.h"
2928
#include "Framework/RunningWorkflowInfo.h"
3029
#include "Framework/runDataProcessing.h"
3130
#include <CCDB/BasicCCDBManager.h>
3231

33-
#include <TComplex.h>
3432
#include "TList.h"
33+
#include <TComplex.h>
3534
#include <TF1.h>
3635
#include <TMath.h>
3736
#include <TProfile.h>
3837
#include <TProfile2D.h>
3938
#include <TRandom3.h>
4039

4140
#include <cmath>
42-
#include <vector>
4341
#include <complex>
42+
#include <vector>
4443

4544
using namespace o2;
4645
using namespace o2::framework;

0 commit comments

Comments
 (0)