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>
213217using namespace o2 ;
214218using namespace o2 ::framework;
215219using namespace o2 ::framework::expressions;
0 commit comments