Skip to content

Commit

Permalink
Add iterators declarations to data model
Browse files Browse the repository at this point in the history
  • Loading branch information
saganatt committed Dec 11, 2024
1 parent 8734201 commit b40c34c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PWGHF/HFC/DataModel/DerivedDataCorrelationTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ DECLARE_SOA_TABLE(DsCandReduceds, "AOD", "DSCANDREDUCED", //! Table with Ds cand
hf_candidate_reduced::PtCand,
hf_candidate_reduced::InvMassDs);

using DsCandReduced = DsCandReduceds::iterator;

namespace hf_assoc_track_reduced
{
DECLARE_SOA_INDEX_COLUMN(HfcRedCollision, hfcRedCollision); //! ReducedCollision index
Expand All @@ -68,6 +70,8 @@ DECLARE_SOA_TABLE(AssocTrackReds, "AOD", "ASSOCTRACKRED", //! Table with associa
hf_assoc_track_reduced::PhiAssocTrack,
hf_assoc_track_reduced::EtaAssocTrack,
hf_assoc_track_reduced::PtAssocTrack)

using AssocTrackRed = AssocTrackReds::iterator;
} // namespace o2::aod

#endif // PWGHF_HFC_DATAMODEL_DERIVEDDATACORRELATIONTABLES_H_

0 comments on commit b40c34c

Please sign in to comment.