@@ -204,9 +204,10 @@ DECLARE_SOA_DYNAMIC_COLUMN(R, r, //!
204204 { \
205205 DECLARE_SOA_INDEX_COLUMN_CUSTOM (_jet_type_##CO, collision, _jet_description_ " COs" ); \
206206 DECLARE_SOA_INDEX_COLUMN_FULL_CUSTOM (Candidate, candidate, int , _cand_type_, _cand_description_ " S" , " _0" ); \
207+ DECLARE_SOA_ARRAY_INDEX_COLUMN_FULL_CUSTOM (Candidates, candidates, int32_t , _cand_type_, _cand_description_ " S" , " _0" ); \
207208 DECLARE_SOA_INDEX_COLUMN (_jet_recoil_type_, jet); \
208209 } \
209- DECLARE_SOA_TABLE (_jet_type_##Os, " AOD" , _jet_description_ " O" , o2::soa::Index<>, _name_##jetoutput::_jet_type_##COId, _name_##jetoutput::CandidateId , jetoutput::JetPt, jetoutput::JetPhi, jetoutput::JetEta, jetoutput::JetY, jetoutput::JetR, jetoutput::JetArea, jetoutput::JetRho, jetoutput::JetPerpConeRho, jetoutput::JetNConstituents); \
210+ DECLARE_SOA_TABLE (_jet_type_##Os, " AOD" , _jet_description_ " O" , o2::soa::Index<>, _name_##jetoutput::_jet_type_##COId, _name_##jetoutput::CandidatesIds , jetoutput::JetPt, jetoutput::JetPhi, jetoutput::JetEta, jetoutput::JetY, jetoutput::JetR, jetoutput::JetArea, jetoutput::JetRho, jetoutput::JetPerpConeRho, jetoutput::JetNConstituents); \
210211 DECLARE_SOA_TABLE (_jet_type_##Rs, " AOD" , _jet_description_ " R" , _name_##jetoutput::_jet_recoil_type_##Id, _name_##jetoutput::CandidateId, jetoutput::JetPt, jetoutput::JetPhi, jetoutput::JetEta, jetoutput::JetR, jetoutput::JetNConstituents, jetoutput::Pt<jetoutput::JetPt>, jetoutput::Phi<jetoutput::JetPhi>, jetoutput::Eta<jetoutput::JetEta>, jetoutput::R<jetoutput::JetR>); \
211212 DECLARE_SOA_TABLE (_jet_type_##ROs, " AOD" , _jet_description_ " RO" , o2::soa::Index<>, _name_##jetoutput::CandidateId, jetoutput::JetPt, jetoutput::JetPhi, jetoutput::JetEta, jetoutput::JetR, jetoutput::JetNConstituents); \
212213 using _jet_type_##O = _jet_type_##Os::iterator; \
0 commit comments