Skip to content

Commit e9bd27c

Browse files
authored
[PWGHF] Centrality changes in Lc correlator, Correlation task (#11724)
1 parent 95d1efe commit e9bd27c

File tree

4 files changed

+163
-111
lines changed

4 files changed

+163
-111
lines changed

PWGHF/HFC/DataModel/CorrelationTables.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ DECLARE_SOA_COLUMN(IsSignal, isSignal, bool); //! U
161161
DECLARE_SOA_COLUMN(IsPrompt, isPrompt, bool); //! Used in MC-Rec, Lc Prompt or Non-Prompt
162162
DECLARE_SOA_COLUMN(IsPhysicalPrimary, isPhysicalPrimary, bool); //! Used in MC-Rec, primary associated particles
163163
DECLARE_SOA_COLUMN(IsAutoCorrelated, isAutoCorrelated, bool); //! Correlation Status
164+
DECLARE_SOA_COLUMN(Cent, cent, float); //! Centrality of Collision
164165
DECLARE_SOA_COLUMN(PrNsigmTPC, prNsigmTPC, float); //! Associated Particle TPC nSigma proton
165166
DECLARE_SOA_COLUMN(KaNsigmTPC, kaNsigmTPC, float); //! Associated Particle TPC nSigma Kaon
166167
DECLARE_SOA_COLUMN(PiNsigmTPC, piNsigmTPC, float); //! Associated Particle TPC nSigma Pion
@@ -175,7 +176,8 @@ DECLARE_SOA_TABLE(LcHadronPair, "AOD", "LCHPAIR", //! Lc-Hadrons pairs Informati
175176
aod::hf_correlation_lc_hadron::PtLc,
176177
aod::hf_correlation_lc_hadron::PtHadron,
177178
aod::hf_correlation_lc_hadron::PoolBin,
178-
aod::hf_correlation_lc_hadron::IsAutoCorrelated);
179+
aod::hf_correlation_lc_hadron::IsAutoCorrelated,
180+
aod::hf_correlation_lc_hadron::Cent);
179181

180182
DECLARE_SOA_TABLE(LcHadronRecoInfo, "AOD", "LCHRECOINFO", //! Lc-Hadrons pairs Reconstructed Informations
181183
aod::hf_correlation_lc_hadron::MLc,

0 commit comments

Comments
 (0)