Skip to content

Commit 3d2f893

Browse files
committed
Add trigger candidate process function
1 parent aa4012a commit 3d2f893

File tree

3 files changed

+89
-51
lines changed

3 files changed

+89
-51
lines changed

PWGHF/HFC/DataModel/DerivedDataCorrelationTables.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,18 @@ DECLARE_SOA_COLUMN(DcaZAssoc, dcaZAssoc, float); //! Impact
139139

140140
DECLARE_SOA_TABLE(HfcRedTrigBases, "AOD", "HFCREDTRIGBASE", //! Table with trigger candidate base info
141141
soa::Index<>,
142-
aod::hf_correl_charm_had_reduced::HfcRedCorrCollId,
143142
aod::hf_correl_charm_had_reduced::PhiTrig,
144143
aod::hf_correl_charm_had_reduced::EtaTrig);
145144

146145
DECLARE_SOA_TABLE(HfcRedTrigCharms, "AOD", "HFCREDTRIGCHARM", //! Table with Same Event Charm-Hadron pairs information
146+
aod::hf_correl_charm_had_reduced::HfcRedCorrCollId,
147147
aod::hf_correl_charm_had_reduced::PtTrig,
148148
aod::hf_correl_charm_had_reduced::InvMassTrig,
149149
aod::hf_correl_charm_had_reduced::BdtScore0Trig,
150150
aod::hf_correl_charm_had_reduced::BdtScore1Trig);
151151

152152
DECLARE_SOA_TABLE(HfcRedTrigTracks, "AOD", "HFCREDTRIGTRACK", //! Table with Same Event Charm-Hadron pairs information
153+
aod::hf_correl_charm_had_reduced::HfcRedCorrCollId,
153154
aod::hf_correl_charm_had_reduced::PtTrig,
154155
aod::hf_correl_charm_had_reduced::NTpcCrossedRowsTrig,
155156
aod::hf_correl_charm_had_reduced::ItsClsMapTrig,

0 commit comments

Comments
 (0)