@@ -26,27 +26,27 @@ 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- DECLARE_SOA_TABLE (HfRedCollisions , " AOD" , " COLLREDUCED " , // ! Table with collision info
29+ DECLARE_SOA_TABLE (HfcRedCollisions , " AOD" , " HFCREDCOLLISION " , // ! Table with collision info
3030 soa::Index<>,
3131 aod::hf_collisions_reduced::Multiplicity,
3232 aod::hf_collisions_reduced::PosZ);
3333
34- using HfRedCollision = HfRedCollisions ::iterator;
34+ using HfcRedCollision = HfcRedCollisions ::iterator;
3535
3636// DECLARE_SOA_TABLE(HfCandColCounts, "AOD", "HFCANDCOLCOUNT", //! Table with number of collisions which contain at least one candidate
3737// aod::hf_collisions_reduced::OriginalCollisionCount);
3838
3939namespace hf_candidate_reduced
4040{
41- DECLARE_SOA_INDEX_COLUMN (HfRedCollision, hfRedCollision ); // ! ReducedCollision index
41+ DECLARE_SOA_INDEX_COLUMN (HfcRedCollision, hfcRedCollision ); // ! ReducedCollision index
4242DECLARE_SOA_COLUMN (PhiCand, phiCand, float ); // ! Phi of the candidate
4343DECLARE_SOA_COLUMN (EtaCand, etaCand, float ); // ! Eta of the candidate
4444DECLARE_SOA_COLUMN (PtCand, ptCand, float ); // ! Pt of the candidate
4545DECLARE_SOA_COLUMN (InvMassDs, invMassDs, float ); // ! Invariant mass of Ds candidate
4646} // namespace hf_candidate_reduced
4747DECLARE_SOA_TABLE (DsCandReduced, " AOD" , " DSCANDREDUCED" , // ! Table with Ds candidate info (rectangular selection)
4848 soa::Index<>,
49- aod::hf_candidate_reduced::HfRedCollisionId ,
49+ aod::hf_candidate_reduced::HfcRedCollisionId ,
5050 aod::hf_candidate_reduced::PhiCand,
5151 aod::hf_candidate_reduced::EtaCand,
5252 aod::hf_candidate_reduced::PtCand,
@@ -59,9 +59,9 @@ DECLARE_SOA_COLUMN(EtaAssocTrack, etaAssocTrack, float); //! Eta of the track
5959DECLARE_SOA_COLUMN (PhiAssocTrack, phiAssocTrack, float ); // ! Phi of the track
6060DECLARE_SOA_COLUMN (PtAssocTrack, ptAssocTrack, float ); // ! Pt of the track
6161} // namespace hf_assoc_track_reduced
62- DECLARE_SOA_TABLE (AssocTrackReduced , " AOD" , " TRACKREDUCED " , // ! Table with associated track info
62+ DECLARE_SOA_TABLE (AssocTrackRed , " AOD" , " ASSOCTRACKRED " , // ! Table with associated track info
6363 soa::Index<>,
64- aod::hf_candidate_reduced::HfRedCollisionId ,
64+ aod::hf_candidate_reduced::HfcRedCollisionId ,
6565 aod::hf_assoc_track_reduced::PhiAssocTrack,
6666 aod::hf_assoc_track_reduced::EtaAssocTrack,
6767 aod::hf_assoc_track_reduced::PtAssocTrack)
0 commit comments