Skip to content

Commit 91f4769

Browse files
committed
[PWGHF] Add D0 into correlatorFlowCharmHadrons and separate the HfcRedCharmHads to HfcRedCharmHads2P and HfcRedCharmHads3P
1 parent 510255e commit 91f4769

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

PWGHF/HFC/DataModel/DerivedDataCorrelationTables.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ DECLARE_SOA_TABLE(DsCandSelInfos, "AOD", "DSCANDSELINFO", //! Table with Ds cand
8181
aod::hf_candidate_reduced::BdtScorePrompt,
8282
aod::hf_candidate_reduced::BdtScoreBkg);
8383

84-
DECLARE_SOA_TABLE(HfcRedCharmHads2P, "AOD", "HFCREDCHARMHAD2P", //! Table with charm hadron candidate info
84+
DECLARE_SOA_TABLE(HfcRedCharmHads2P, "AOD", "HFCREDCHARMHAD2P", //! Table with 2-prong charm hadron candidate info
8585
soa::Index<>,
8686
aod::hf_candidate_reduced::HfcRedFlowCollId,
8787
aod::hf_candidate_reduced::PhiCand,
@@ -91,7 +91,7 @@ DECLARE_SOA_TABLE(HfcRedCharmHads2P, "AOD", "HFCREDCHARMHAD2P", //! Table with c
9191
aod::hf_candidate_reduced::Prong0Id,
9292
aod::hf_candidate_reduced::Prong1Id);
9393

94-
DECLARE_SOA_TABLE(HfcRedCharmHads3P, "AOD", "HFCREDCHARMHAD3P", //! Table with charm hadron candidate info
94+
DECLARE_SOA_TABLE(HfcRedCharmHads3P, "AOD", "HFCREDCHARMHAD3P", //! Table with 3-prong charm hadron candidate info
9595
soa::Index<>,
9696
aod::hf_candidate_reduced::HfcRedFlowCollId,
9797
aod::hf_candidate_reduced::PhiCand,

PWGHF/HFC/TableProducer/correlatorFlowCharmHadrons.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/// \brief CharmHadrons-Hadrons correlator tree creator for data and MC-reco analyses
1414
/// \author Marcello Di Costanzo <marcello.di.costanzo@cern.ch>, Politecnico and INFN Torino
1515
/// \author Stefano Politanò <stefano.politano@cern.ch>, CERN
16+
/// \author Wu Chuntai <chuntai.wu@cern.ch>, CCNU, INFN Padova, and Padova University
1617

1718
#include "PWGHF/Core/HfHelper.h"
1819
#include "PWGHF/DataModel/CandidateReconstructionTables.h"

0 commit comments

Comments
 (0)