@@ -88,27 +88,28 @@ DECLARE_SOA_TABLE(HfcRedCharmTrigs, "AOD", "HFCREDCHARMTRIG", //! Table with cha
8888 aod::hf_candidate_reduced::EtaCand,
8989 aod::hf_candidate_reduced::PtCand,
9090 aod::hf_candidate_reduced::InvMassCand,
91- aod::hf_candidate_reduced::Prong0Id,
92- aod::hf_candidate_reduced::Prong1Id,
93- aod::hf_candidate_reduced::Prong2Id);
94-
95- DECLARE_SOA_TABLE (HfcRedCharmMls, " AOD" , " HFCREDCHARMML" , // ! Table with charm hadron candidate selection info
96- soa::Index<>,
97- aod::hf_candidate_reduced::HfcRedFlowCollId,
9891 aod::hf_candidate_reduced::BdtScore0,
9992 aod::hf_candidate_reduced::BdtScore1);
10093
10194namespace hf_assoc_track_reduced
10295{
103- DECLARE_SOA_COLUMN (OriginTrackId, originTrackId, int ); // ! Original track index
104- DECLARE_SOA_COLUMN (NTpcCrossedRows, nTpcCrossedRows, int ); // ! Number of crossed TPC Rows
105- DECLARE_SOA_COLUMN (ItsClusterMap, itsClusterMap, int ); // ! ITS cluster map, one bit per a layer, starting from the innermost
106- DECLARE_SOA_COLUMN (ItsNCls, itsNCls, int ); // ! Number of ITS clusters
107- DECLARE_SOA_COLUMN (EtaAssocTrack, etaAssocTrack, float ); // ! Eta of the track
108- DECLARE_SOA_COLUMN (PhiAssocTrack, phiAssocTrack, float ); // ! Phi of the track
109- DECLARE_SOA_COLUMN (PtAssocTrack, ptAssocTrack, float ); // ! Pt of the track
110- DECLARE_SOA_COLUMN (DcaXY, dcaXY, float ); // ! Impact parameter in XY of the track to the primary vertex
111- DECLARE_SOA_COLUMN (DcaZ, dcaZ, float ); // ! Impact parameter in Z of the track to the primary vertex
96+ DECLARE_SOA_COLUMN (OriginTrackId, originTrackId, int ); // ! Original track index
97+ DECLARE_SOA_COLUMN (NTpcCrossedRows, nTpcCrossedRows, UChar_t); // ! Number of crossed TPC Rows
98+ DECLARE_SOA_COLUMN (ItsClusterMap, itsClusterMap, UChar_t); // ! ITS cluster map, one bit per a layer, starting from the innermost
99+ DECLARE_SOA_COLUMN (ItsNCls, itsNCls, UChar_t); // ! Number of ITS clusters
100+ DECLARE_SOA_COLUMN (EtaAssocTrack, etaAssocTrack, float ); // ! Eta of the track
101+ DECLARE_SOA_COLUMN (PhiAssocTrack, phiAssocTrack, float ); // ! Phi of the track
102+ DECLARE_SOA_COLUMN (PtAssocTrack, ptAssocTrack, float ); // ! Pt of the track
103+ DECLARE_SOA_COLUMN (DcaXY, dcaXY, float ); // ! Impact parameter in XY of the track to the primary vertex
104+ DECLARE_SOA_COLUMN (DcaZ, dcaZ, float ); // ! Impact parameter in Z of the track to the primary vertex
105+ DECLARE_SOA_COLUMN (NTpcCrossedRowsTrig, nTpcCrossedRowsTrig, UChar_t); // ! Number of crossed TPC Rows
106+ DECLARE_SOA_COLUMN (ItsClusterMapTrig, itsClusterMapTrig, UChar_t); // ! ITS cluster map, one bit per a layer, starting from the innermost
107+ DECLARE_SOA_COLUMN (ItsNClsTrig, itsNClsTrig, UChar_t); // ! Number of ITS clusters
108+ DECLARE_SOA_COLUMN (EtaAssocTrackTrig, etaAssocTrackTrig, float ); // ! Eta of the track
109+ DECLARE_SOA_COLUMN (PhiAssocTrackTrig, phiAssocTrackTrig, float ); // ! Phi of the track
110+ DECLARE_SOA_COLUMN (PtAssocTrackTrig, ptAssocTrackTrig, float ); // ! Pt of the track
111+ DECLARE_SOA_COLUMN (DcaXYTrig, dcaXYTrig, float ); // ! Impact parameter in XY of the track to the primary vertex
112+ DECLARE_SOA_COLUMN (DcaZTrig, dcaZTrig, float ); // ! Impact parameter in Z of the track to the primary vertex
112113} // namespace hf_assoc_track_reduced
113114DECLARE_SOA_TABLE (AssocTrackReds, " AOD" , " ASSOCTRACKRED" , // ! Table with associated track info
114115 soa::Index<>,
@@ -130,14 +131,9 @@ DECLARE_SOA_TABLE(AssocTrackSels, "AOD", "ASSOCTRACKSEL", //! Table with associa
130131DECLARE_SOA_TABLE (HfcRedTrkAssocs, " AOD" , " HFCREDTRKASSOC" , // ! Table with associated track info
131132 soa::Index<>,
132133 aod::hf_candidate_reduced::HfcRedFlowCollId,
133- aod::hf_assoc_track_reduced::OriginTrackId,
134134 aod::hf_assoc_track_reduced::PhiAssocTrack,
135135 aod::hf_assoc_track_reduced::EtaAssocTrack,
136- aod::hf_assoc_track_reduced::PtAssocTrack);
137-
138- DECLARE_SOA_TABLE (HfcRedTrkSels, " AOD" , " HFCREDTRKSEL" , // ! Table with associated track info
139- soa::Index<>,
140- aod::hf_candidate_reduced::HfcRedFlowCollId,
136+ aod::hf_assoc_track_reduced::PtAssocTrack,
141137 aod::hf_assoc_track_reduced::NTpcCrossedRows,
142138 aod::hf_assoc_track_reduced::ItsClusterMap,
143139 aod::hf_assoc_track_reduced::ItsNCls,
@@ -155,6 +151,38 @@ DECLARE_SOA_COLUMN(DeltaEta, deltaEta, float);
155151DECLARE_SOA_COLUMN (PoolBin, poolBin, int ); // ! Pool Bin for the MixedEvent
156152} // namespace hf_correlation_charm_hadron_reduced
157153
154+ DECLARE_SOA_TABLE (HfcRedSEChHads, " AOD" , " HFCREDSECHHAD" , // ! Table with Same Event Charm-Hadron pairs information
155+ aod::hf_correlation_charm_hadron_reduced::DeltaEta,
156+ aod::hf_correlation_charm_hadron_reduced::DeltaPhi,
157+ aod::hf_correlation_charm_hadron_reduced::PoolBin,
158+ aod::hf_candidate_reduced::PtCand,
159+ aod::hf_candidate_reduced::InvMassCand,
160+ aod::hf_candidate_reduced::BdtScore0,
161+ aod::hf_candidate_reduced::BdtScore1,
162+ aod::hf_assoc_track_reduced::PtAssocTrack,
163+ aod::hf_assoc_track_reduced::NTpcCrossedRows,
164+ aod::hf_assoc_track_reduced::ItsClusterMap,
165+ aod::hf_assoc_track_reduced::ItsNCls,
166+ aod::hf_assoc_track_reduced::DcaXY,
167+ aod::hf_assoc_track_reduced::DcaZ);
168+
169+ DECLARE_SOA_TABLE (HfcRedSEHadHads, " AOD" , " HFCREDSEHADHAD" , // ! Table with Same Event Hadron-Hadron pairs information
170+ aod::hf_correlation_charm_hadron_reduced::DeltaEta,
171+ aod::hf_correlation_charm_hadron_reduced::DeltaPhi,
172+ aod::hf_correlation_charm_hadron_reduced::PoolBin,
173+ aod::hf_assoc_track_reduced::PtAssocTrackTrig,
174+ aod::hf_assoc_track_reduced::NTpcCrossedRowsTrig,
175+ aod::hf_assoc_track_reduced::ItsClusterMapTrig,
176+ aod::hf_assoc_track_reduced::ItsNClsTrig,
177+ aod::hf_assoc_track_reduced::DcaXYTrig,
178+ aod::hf_assoc_track_reduced::DcaZTrig,
179+ aod::hf_assoc_track_reduced::PtAssocTrack,
180+ aod::hf_assoc_track_reduced::NTpcCrossedRows,
181+ aod::hf_assoc_track_reduced::ItsClusterMap,
182+ aod::hf_assoc_track_reduced::ItsNCls,
183+ aod::hf_assoc_track_reduced::DcaXY,
184+ aod::hf_assoc_track_reduced::DcaZ);
185+
158186DECLARE_SOA_TABLE (HfcRedChHads, " AOD" , " HFCREDCHHAD" , // ! Charm-Hadron pairs information
159187 aod::hf_correlation_charm_hadron_reduced::CharmTrigId,
160188 aod::hf_correlation_charm_hadron_reduced::TrkAssocId,
0 commit comments