Skip to content

Commit c585c36

Browse files
authored
[PWGHF] Add centrality dependence to D0–hadron correlator and correlation task (#13719)
1 parent 3dad489 commit c585c36

File tree

3 files changed

+110
-59
lines changed

3 files changed

+110
-59
lines changed

PWGHF/HFC/DataModel/CorrelationTables.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ DECLARE_SOA_COLUMN(TrackDcaXY, trackDcaXY, float); //! D
7272
DECLARE_SOA_COLUMN(TrackDcaZ, trackDcaZ, float); //! DCA z of the track
7373
DECLARE_SOA_COLUMN(TrackTPCNClsCrossedRows, trackTPCNClsCrossedRows, int); //! Number of crossed TPC Rows
7474
DECLARE_SOA_COLUMN(IsAutoCorrelated, isAutoCorrelated, bool); //! Correlation Status
75+
DECLARE_SOA_COLUMN(Cent, cent, float); //! Centrality of Collision
7576
DECLARE_SOA_COLUMN(TrackOrigin, trackOrigin, int); //! Check track origin
7677
DECLARE_SOA_COLUMN(IsPrompt, isPrompt, bool); //! Used in MC-Rec, D0 Prompt or Non-Prompt
7778
DECLARE_SOA_COLUMN(IsPhysicalPrimary, isPhysicalPrimary, bool); //! Used in MC-Rec, primary associated particles
@@ -102,7 +103,8 @@ DECLARE_SOA_TABLE(D0HadronPair, "AOD", "D0HPAIR", //! D0-Hadrons pairs Informati
102103
aod::hf_correlation_d0_hadron::PtD,
103104
aod::hf_correlation_d0_hadron::PtHadron,
104105
aod::hf_correlation_d0_hadron::PoolBin,
105-
aod::hf_correlation_d0_hadron::IsAutoCorrelated);
106+
aod::hf_correlation_d0_hadron::IsAutoCorrelated,
107+
aod::hf_correlation_d0_hadron::Cent);
106108

107109
DECLARE_SOA_TABLE(D0HadronRecoInfo, "AOD", "D0HRECOINFO", //! D0-Hadrons pairs Reconstructed Informations
108110
aod::hf_correlation_d0_hadron::MD,

0 commit comments

Comments
 (0)