Skip to content

Commit f3f8744

Browse files
committed
remive include duplicates
1 parent d908afc commit f3f8744

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

PWGJE/Tasks/jetFormationTimeReclustering.cxx

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
/// \author Morgan Knuesel & Johanna Lömker
1515
//
1616

17-
// mini header for tables and columns
17+
//*********************************************************
18+
// *
19+
// Table definitions *
20+
// *
21+
//*********************************************************
1822

1923
#ifndef PWGJE_TASKS_JETFORMATIONTIMERECLUSTERING_H_
2024
#define PWGJE_TASKS_JETFORMATIONTIMERECLUSTERING_H_
@@ -177,16 +181,18 @@ JETSUBSTRUCTURE_TABLES_DEF(C, "C", Charged, charged, JTracks, CJetCOs, "CJETCO",
177181

178182
#endif // PWGJE_DATAMODEL_JETFORMATIONTIMERECLUSTERING_H_
179183

180-
// beginning of the task
184+
//*********************************************************
185+
// *
186+
// Begin of the task *
187+
// *
188+
//*********************************************************
189+
181190
#include "RecoDecay.h"
182191

183192
#include "PWGJE/Core/FastJetUtilities.h"
184193
#include "PWGJE/Core/JetFinder.h"
185194
#include "PWGJE/Core/JetSubstructureUtilities.h"
186195
#include "PWGJE/Core/JetUtilities.h"
187-
#include "PWGJE/DataModel/Jet.h"
188-
#include "PWGJE/DataModel/JetReducedData.h"
189-
#include "PWGJE/DataModel/JetSubtraction.h"
190196

191197
#include "Framework/ASoA.h"
192198
#include "Framework/AnalysisTask.h"
@@ -207,9 +213,7 @@ JETSUBSTRUCTURE_TABLES_DEF(C, "C", Charged, charged, JTracks, CJetCOs, "CJETCO",
207213
#include <cmath>
208214
#include <cstdint>
209215
#include <utility>
210-
#include <vector>
211216

212-
#include <math.h>
213217
using namespace o2;
214218
using namespace o2::framework;
215219
using namespace o2::framework::expressions;

0 commit comments

Comments
 (0)