Skip to content

Commit 70123f4

Browse files
Jinhyun ParkJinhyun Park
authored andcommitted
Renamed configurables to pass o2-linter
1 parent 97fb3c7 commit 70123f4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

PWGHF/TableProducer/treeCreatorToXiPiQa.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ DECLARE_SOA_COLUMN(ParticlePdg, particlePdg, int);
224224
DECLARE_SOA_COLUMN(PtGenB, ptGenB, float);
225225
DECLARE_SOA_COLUMN(NContribMax, nContribMax, int);
226226
DECLARE_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

232232
DECLARE_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

Comments
 (0)