Skip to content

Commit 6c8ff35

Browse files
committed
remove full::CollisionId from HFCANDLCKF table to allow merging
1 parent e61414d commit 6c8ff35

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGHF/TableProducer/treeCreatorLcToPKPi.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ DECLARE_SOA_TABLE(HfCandLcMCs, "AOD", "HFCANDLCMC",
174174
mc_match::XEvent, mc_match::YEvent, mc_match::ZEvent)
175175

176176
DECLARE_SOA_TABLE(HfCandLcKFs, "AOD", "HFCANDLCKF",
177-
full::CollisionId,
178177
kf::X, kf::Y, kf::Z, kf::ErrX, kf::ErrY, kf::ErrZ,
179178
kf::ErrPVX, kf::ErrPVY, kf::ErrPVZ,
180179
kf::Chi2PrimProton, kf::Chi2PrimKaon, kf::Chi2PrimPion,
@@ -746,7 +745,6 @@ struct HfTreeCreatorLcToPKPi {
746745
const float lifetime = decayLength * MassLambdaCPlus / LightSpeedCm2PS / p;
747746
const float deltaT = dl * MassLambdaCPlus / LightSpeedCm2PS / p;
748747
rowCandidateKF(
749-
candidate.collisionId(),
750748
svX, svY, svZ, svErrX, svErrY, svErrZ,
751749
pvErrX, pvErrY, pvErrZ,
752750
chi2primProton, chi2primKaon, chi2primPion,
@@ -1191,7 +1189,6 @@ struct HfTreeCreatorLcToPKPi {
11911189
const float t = l * MassLambdaCPlus / LightSpeedCm2PS / p;
11921190
const float deltaT = dl * MassLambdaCPlus / LightSpeedCm2PS / p;
11931191
rowCandidateKF(
1194-
candidate.collisionId(),
11951192
x, y, z, errX, errY, errZ,
11961193
errPVX, errPVY, errPVZ,
11971194
chi2primProton, chi2primKaon, chi2primPion,

0 commit comments

Comments
 (0)