@@ -26,6 +26,7 @@ DECLARE_SOA_COLUMN(Multiplicity, multiplicity, float); //! Event multiplicity
2626DECLARE_SOA_COLUMN (PosZ, posZ, float ); // ! Primary vertex z position
2727
2828} // namespace hf_collisions_reduced
29+
2930DECLARE_SOA_TABLE (HfcRedCollisions, " AOD" , " HFCREDCOLLISION" , // ! Table with collision info
3031 soa::Index<>,
3132 aod::hf_collisions_reduced::Multiplicity,
@@ -44,7 +45,7 @@ DECLARE_SOA_COLUMN(EtaCand, etaCand, float); //! Eta of the candida
4445DECLARE_SOA_COLUMN (PtCand, ptCand, float ); // ! Pt of the candidate
4546DECLARE_SOA_COLUMN (InvMassDs, invMassDs, float ); // ! Invariant mass of Ds candidate
4647} // namespace hf_candidate_reduced
47- DECLARE_SOA_TABLE (DsCandReduced , " AOD" , " DSCANDREDUCED" , // ! Table with Ds candidate info (rectangular selection)
48+ DECLARE_SOA_TABLE (DsCandReduceds , " AOD" , " DSCANDREDUCED" , // ! Table with Ds candidate info (rectangular selection)
4849 soa::Index<>,
4950 aod::hf_candidate_reduced::HfcRedCollisionId,
5051 aod::hf_candidate_reduced::PhiCand,
@@ -59,7 +60,7 @@ DECLARE_SOA_COLUMN(EtaAssocTrack, etaAssocTrack, float); //! Eta of the track
5960DECLARE_SOA_COLUMN (PhiAssocTrack, phiAssocTrack, float ); // ! Phi of the track
6061DECLARE_SOA_COLUMN (PtAssocTrack, ptAssocTrack, float ); // ! Pt of the track
6162} // namespace hf_assoc_track_reduced
62- DECLARE_SOA_TABLE (AssocTrackRed , " AOD" , " ASSOCTRACKRED" , // ! Table with associated track info
63+ DECLARE_SOA_TABLE (AssocTrackReds , " AOD" , " ASSOCTRACKRED" , // ! Table with associated track info
6364 soa::Index<>,
6465 aod::hf_candidate_reduced::HfcRedCollisionId,
6566 aod::hf_assoc_track_reduced::PhiAssocTrack,
0 commit comments