We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1914d8b commit 708b809Copy full SHA for 708b809
PWGMM/UE/Tasks/dedxAnalysis.cxx
@@ -15,6 +15,7 @@
15
/// \brief Analysis to do PID
16
17
#include "PWGLF/DataModel/LFStrangenessTables.h"
18
+
19
#include "Common/Core/RecoDecay.h"
20
#include "Common/Core/TrackSelection.h"
21
#include "Common/Core/TrackSelectionDefaults.h"
@@ -23,11 +24,13 @@
23
24
#include "Common/DataModel/Multiplicity.h"
25
#include "Common/DataModel/PIDResponse.h"
26
#include "Common/DataModel/TrackSelectionTables.h"
27
28
#include "Framework/ASoAHelpers.h"
29
#include "Framework/AnalysisDataModel.h"
30
#include "Framework/AnalysisTask.h"
31
#include "Framework/runDataProcessing.h"
32
#include "ReconstructionDataFormats/Track.h"
33
34
#include "TF1.h"
35
36
using namespace o2;
0 commit comments