Skip to content

Commit f45502d

Browse files
committed
Implement Stefano comments
1 parent ae7788a commit f45502d

File tree

2 files changed

+74
-65
lines changed

2 files changed

+74
-65
lines changed

PWGHF/HFC/DataModel/DerivedDataCorrelationTables.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,15 @@ DECLARE_SOA_COLUMN(PoolBin, poolBin, int);
158158
DECLARE_SOA_TABLE(HfcRedChHads, "AOD", "HFCREDCHHAD", //! Charm-Hadron pairs information
159159
aod::hf_correlation_charm_hadron_reduced::CharmTrigId,
160160
aod::hf_correlation_charm_hadron_reduced::TrkAssocId,
161-
aod::hf_correlation_charm_hadron_reduced::DeltaPhi,
162161
aod::hf_correlation_charm_hadron_reduced::DeltaEta,
162+
aod::hf_correlation_charm_hadron_reduced::DeltaPhi,
163163
aod::hf_correlation_charm_hadron_reduced::PoolBin);
164164

165165
DECLARE_SOA_TABLE(HfcRedHadHads, "AOD", "HFCREDHADHAD", //! Hadron-Hadron pairs information
166166
aod::hf_correlation_charm_hadron_reduced::HadTrigId,
167167
aod::hf_correlation_charm_hadron_reduced::TrkAssocId,
168-
aod::hf_correlation_charm_hadron_reduced::DeltaPhi,
169168
aod::hf_correlation_charm_hadron_reduced::DeltaEta,
169+
aod::hf_correlation_charm_hadron_reduced::DeltaPhi,
170170
aod::hf_correlation_charm_hadron_reduced::PoolBin);
171171

172172
} // namespace o2::aod

0 commit comments

Comments
 (0)