Skip to content

Commit 788ab96

Browse files
authored
[PWGHF] Remove unbound indices from taskCharmHadImpactPar.cxx (AliceO2Group#10360)
1 parent 27b531b commit 788ab96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGHF/Tasks/taskCharmHadImpactPar.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ DECLARE_SOA_COLUMN(EtaProng2, etaProng2, float); //! Eta of the
7070
} // namespace hf_charm_cand_lite
7171

7272
DECLARE_SOA_TABLE(HfCharmCandLites, "AOD", "HFCHARMCANDLITE", //! Table with some charm hadron properties
73-
collision::BCId,
7473
collision::NumContrib,
7574
collision::PosX,
7675
collision::PosY,
@@ -244,7 +243,6 @@ struct HfTaskCharmHadImpactPar {
244243

245244
hfCharmCandLite(
246245
// Event features
247-
collision.bcId(),
248246
collision.numContrib(),
249247
collision.posX(),
250248
collision.posY(),

0 commit comments

Comments
 (0)