Skip to content

Commit e743331

Browse files
nivram-phyNiveditha Ramasubramanian
andauthored
[PWGDQ] make qaMatching AO2D index merger-safe (#16129)
Co-authored-by: Niveditha Ramasubramanian <niv.ram@cern.ch>
1 parent 0a0038e commit e743331

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

PWGDQ/Tasks/qaMatching.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,13 @@ DECLARE_SOA_TABLE(QaMatchingEvents, "AOD", "QAMEVT",
119119

120120
namespace qamatching
121121
{
122-
DECLARE_SOA_INDEX_COLUMN_FULL(ReducedEvent, reducedEvent, int32_t, o2::aod::QaMatchingEvents, "");
122+
DECLARE_SOA_INDEX_COLUMN_FULL_CUSTOM(ReducedEvent, reducedEvent, int32_t, o2::aod::QaMatchingEvents, "QAMEVTs", "");
123123
} // namespace qamatching
124124

125125
namespace o2::aod
126126
{
127127
DECLARE_SOA_TABLE(QaMatchingMCHTrack, "AOD", "QAMCHTRK",
128+
o2::soa::Index<>,
128129
qamatching::ReducedEventId,
129130
qamatching::TrackId,
130131
qamatching::TrackType,
@@ -140,6 +141,7 @@ DECLARE_SOA_TABLE(QaMatchingMCHTrack, "AOD", "QAMCHTRK",
140141
qamatching::PyAtVtx,
141142
qamatching::PzAtVtx);
142143
DECLARE_SOA_TABLE(QaMatchingCandidates, "AOD", "QAMCAND",
144+
o2::soa::Index<>,
143145
qamatching::ReducedEventId,
144146
qamatching::MatchLabel,
145147
qamatching::TrackId,

0 commit comments

Comments
 (0)