@@ -224,9 +224,9 @@ DECLARE_SOA_COLUMN(ParticlePdg, particlePdg, int);
224224DECLARE_SOA_COLUMN (PtGenB, ptGenB, float );
225225DECLARE_SOA_COLUMN (NContribMax, nContribMax, int );
226226DECLARE_SOA_COLUMN (NRecoColl, nRecoColl, int );
227- DECLARE_SOA_COLUMN (IsXic0WithRecoCollTVX, isXic0WithRecoCollTVX , bool );
228- DECLARE_SOA_COLUMN (IsXic0WithRecoCollSel8, isXic0WithRecoCollSel8 , bool );
229- DECLARE_SOA_COLUMN (IsXic0WithRecoCollSel8Zvtx, isXic0WithRecoCollSel8Ztvx , bool );
227+ DECLARE_SOA_COLUMN (HasRecoCollTVX, hasRecoCollTVX , bool );
228+ DECLARE_SOA_COLUMN (HasRecoCollSel8, hasRecoCollSel8 , bool );
229+ DECLARE_SOA_COLUMN (HasRecoCollSel8Zvtx, hasRecoCollSel8Zvtx , bool );
230230} // namespace full
231231
232232DECLARE_SOA_TABLE (HfToXiPiEvs, " AOD" , " HFTOXIPIEV" ,
@@ -330,9 +330,9 @@ DECLARE_SOA_TABLE(HfCandToXiPiGen, "AOD", "HFCANDTOXIPIGEN",
330330 full::PtGenB,
331331 full::NContribMax,
332332 full::NRecoColl,
333- full::IsXic0WithRecoCollTVX ,
334- full::IsXic0WithRecoCollSel8 ,
335- full::IsXic0WithRecoCollSel8Zvtx );
333+ full::HasRecoCollTVX ,
334+ full::HasRecoCollSel8 ,
335+ full::HasRecoCollSel8Zvtx );
336336
337337} // namespace o2::aod
338338
0 commit comments