You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGJE/Tasks/jetSubstructureSoftDrop.cxx
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
// jet analysis tasks (subscribing to jet finder task)
13
13
//
14
-
/// \file JetSubstructureSoftDrop.cxx
14
+
/// \file jetSubstructureSoftDrop.cxx
15
15
/// \brief Task to calculate soft drop jet substructure observables for charged jets, with and without event-wise background subtraction, and for both data and MC, matching to particle level for MC
16
16
/// \author Louise Millot <louise.millot@cern.ch>
17
17
@@ -29,16 +29,17 @@
29
29
#include"Common/DataModel/TrackSelectionTables.h"
30
30
#include"EventFiltering/filterTables.h"
31
31
32
-
#include"Framework/ASoA.h"
33
-
#include"Framework/AnalysisDataModel.h"
34
-
#include"Framework/AnalysisTask.h"
35
-
#include"Framework/HistogramRegistry.h"
36
-
#include"Framework/O2DatabasePDGPlugin.h"
32
+
#include<Framework/ASoA.h>
33
+
#include<Framework/AnalysisDataModel.h>
34
+
#include<Framework/AnalysisTask.h>
35
+
#include<Framework/HistogramRegistry.h>
36
+
#include<Framework/Logger.h>
37
+
#include<Framework/O2DatabasePDGPlugin.h>
37
38
#include<Framework/Pack.h>
39
+
#include<Framework/runDataProcessing.h>
38
40
39
41
#include"fastjet/ClusterSequenceArea.hh"
40
42
#include"fastjet/PseudoJet.hh"
41
-
#include<fairlogger/Logger.h>
42
43
43
44
#include<RtypesCore.h>
44
45
@@ -53,8 +54,6 @@ using namespace o2;
53
54
usingnamespaceo2::framework;
54
55
usingnamespaceo2::framework::expressions;
55
56
56
-
#include"Framework/runDataProcessing.h"
57
-
58
57
structJetSubstructureSoftDrop {
59
58
60
59
using ChargedMCDMatchedJets = soa::Join<aod::ChargedMCDetectorLevelJets, aod::ChargedMCDetectorLevelJetConstituents, aod::ChargedMCDetectorLevelJetsMatchedToChargedMCParticleLevelJets>;
0 commit comments