Skip to content

Commit 03008c9

Browse files
committed
Remove PIDResponse from CF
1 parent e2baa1d commit 03008c9

File tree

10 files changed

+40
-28
lines changed

10 files changed

+40
-28
lines changed

PWGCF/DataModel/FemtoDerived.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
#include "PWGHF/DataModel/CandidateSelectionTables.h"
1717

1818
#include "Common/DataModel/Multiplicity.h"
19-
#include "Common/DataModel/PIDResponse.h"
19+
#include "Common/DataModel/PIDResponseTOF.h"
20+
#include "Common/DataModel/PIDResponseTPC.h"
2021
#include "Common/DataModel/TrackSelectionTables.h"
2122

2223
#include "Framework/ASoA.h"

PWGCF/DataModel/SPTableZDC.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#define PWGCF_DATAMODEL_SPTABLEZDC_H_
1919

2020
#include "Common/Core/RecoDecay.h"
21-
#include "Common/DataModel/PIDResponse.h"
2221
#include "Common/DataModel/TrackSelectionTables.h"
2322

2423
#include "Framework/AnalysisDataModel.h"

PWGCF/Femto3D/Core/femto3dPairTask.h

100755100644
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
// #include "Framework/ASoA.h"
2121
// #include "Framework/DataTypes.h"
2222
// #include "Framework/AnalysisDataModel.h"
23-
// #include "Common/DataModel/PIDResponse.h"
2423
// #include "Framework/Logger.h"
2524
// #include "Common/DataModel/Multiplicity.h"
2625

27-
#include <vector>
28-
#include <memory>
26+
#include "CommonConstants/MathConstants.h"
27+
#include "CommonConstants/PhysicsConstants.h"
28+
29+
#include "TDatabasePDG.h"
2930
#include "TLorentzVector.h"
3031
#include "TVector3.h"
31-
#include "TDatabasePDG.h"
3232

33-
#include "CommonConstants/PhysicsConstants.h"
34-
#include "CommonConstants/MathConstants.h"
33+
#include <memory>
34+
#include <vector>
3535

3636
double particle_mass(const int PDGcode)
3737
{

PWGCF/Femto3D/DataModel/PIDutils.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
#ifndef PWGCF_FEMTO3D_DATAMODEL_PIDUTILS_H_
2020
#define PWGCF_FEMTO3D_DATAMODEL_PIDUTILS_H_
2121

22+
#include "Common/DataModel/PIDResponseTOF.h"
23+
#include "Common/DataModel/PIDResponseTPC.h"
24+
2225
#include <type_traits>
2326
#include <utility>
2427
#include <vector>
25-
#include "Common/DataModel/PIDResponse.h"
2628

2729
namespace o2::aod::singletrackselector
2830
{

PWGCF/Femto3D/DataModel/singletrackselector.h

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@
1717
#define PWGCF_FEMTO3D_DATAMODEL_SINGLETRACKSELECTOR_H_
1818

1919
// #include <experimental/type_traits>
20-
#include <utility>
21-
#include <vector>
20+
#include "PWGCF/Femto3D/DataModel/PIDutils.h"
21+
22+
#include "Common/DataModel/Multiplicity.h"
23+
#include "Common/DataModel/PIDResponseITS.h"
2224

2325
#include "Framework/ASoA.h"
2426
#include "Framework/AnalysisDataModel.h"
25-
#include "Common/DataModel/PIDResponse.h"
26-
#include "Common/DataModel/PIDResponseITS.h"
2727
#include "Framework/Logger.h"
28-
#include "Common/DataModel/Multiplicity.h"
29-
#include "PWGCF/Femto3D/DataModel/PIDutils.h"
28+
29+
#include <utility>
30+
#include <vector>
3031

3132
namespace o2::aod
3233
{

PWGCF/FemtoDream/Core/femtoDreamTrackSelection.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
#include "Common/Core/TrackSelection.h"
2424
#include "Common/Core/TrackSelectionDefaults.h"
25-
#include "Common/DataModel/PIDResponse.h"
2625
#include "Common/DataModel/PIDResponseITS.h"
2726
#include "Common/DataModel/TrackSelectionTables.h"
2827

PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
#include "Common/Core/TrackSelection.h"
2525
#include "Common/Core/TrackSelectionDefaults.h"
26+
#include "Common/DataModel/PIDResponseTOF.h"
27+
#include "Common/DataModel/PIDResponseTPC.h"
2628
#include "Common/DataModel/TrackSelectionTables.h"
2729

2830
#include "Framework/HistogramRegistry.h"

PWGCF/FemtoUniverse/DataModel/FemtoDerived.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
#define PWGCF_FEMTOUNIVERSE_DATAMODEL_FEMTODERIVED_H_
1818

1919
#include "Common/DataModel/Multiplicity.h"
20-
#include "Common/DataModel/PIDResponse.h"
20+
#include "Common/DataModel/PIDResponseTOF.h"
21+
#include "Common/DataModel/PIDResponseTPC.h"
2122
#include "Common/DataModel/TrackSelectionTables.h"
2223

2324
#include "Framework/ASoA.h"

PWGCF/FemtoWorld/Core/FemtoWorldTrackSelection.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,18 @@
1818
#ifndef FEMTOWORLDTRACKSELECTION_H_
1919
#define FEMTOWORLDTRACKSELECTION_H_
2020

21+
#include "PWGCF/FemtoWorld/Core/FemtoWorldObjectSelection.h"
2122
#include "PWGCF/FemtoWorld/DataModel/FemtoWorldDerived.h"
22-
#include "Common/DataModel/TrackSelectionTables.h"
23+
2324
#include "Common/Core/TrackSelection.h"
2425
#include "Common/Core/TrackSelectionDefaults.h"
25-
#include "PWGCF/FemtoWorld/Core/FemtoWorldObjectSelection.h"
26+
#include "Common/DataModel/PIDResponseTOF.h"
27+
#include "Common/DataModel/PIDResponseTPC.h"
28+
#include "Common/DataModel/TrackSelectionTables.h"
2629

27-
#include "ReconstructionDataFormats/PID.h"
2830
#include "Framework/HistogramRegistry.h"
31+
#include "ReconstructionDataFormats/PID.h"
32+
2933
#include <cmath>
3034
#include <iostream>
3135

@@ -278,7 +282,7 @@ class FemtoWorldTrackSelection : public FemtoWorldObjectSelection<float, femtoWo
278282
"Maximal DCA_z (cm)",
279283
"Minimal DCA (cm)",
280284
"Maximal PID (nSigma)"}; ///< Helper information for the different selections
281-
}; // namespace femtoWorld
285+
}; // namespace femtoWorld
282286

283287
template <o2::aod::femtoworldparticle::ParticleType part, o2::aod::femtoworldparticle::TrackType tracktype, typename cutContainerType>
284288
void FemtoWorldTrackSelection::init(HistogramRegistry* registry)

PWGCF/FemtoWorld/DataModel/FemtoWorldDerived.h

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@
1212
#ifndef PWGCF_FEMTOWORLD_DATAMODEL_FEMTOWORLDDERIVED_H_
1313
#define PWGCF_FEMTOWORLD_DATAMODEL_FEMTOWORLDDERIVED_H_
1414

15-
#include <cmath>
16-
#include "Framework/ASoA.h"
17-
#include "MathUtils/Utils.h"
18-
#include "Framework/DataTypes.h"
15+
#include "Common/DataModel/Centrality.h"
1916
#include "Common/DataModel/Multiplicity.h"
17+
#include "Common/DataModel/PIDResponseTOF.h"
18+
#include "Common/DataModel/PIDResponseTPC.h"
19+
#include "Common/DataModel/TrackSelectionTables.h"
20+
21+
#include "Framework/ASoA.h"
2022
#include "Framework/AnalysisDataModel.h"
23+
#include "Framework/DataTypes.h"
2124
#include "Framework/Expressions.h"
22-
#include "Common/DataModel/TrackSelectionTables.h"
23-
#include "Common/DataModel/PIDResponse.h"
24-
#include "Common/DataModel/Centrality.h"
25+
#include "MathUtils/Utils.h"
26+
27+
#include <cmath>
2528

2629
namespace o2::aod
2730
{

0 commit comments

Comments
 (0)