Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions PWGHF/DataModel/DerivedTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,7 @@ DECLARE_SOA_TABLE_STAGED(HfBplusParD0Es, "HFBPPARD0E", //! Table with additional
hf_cand_par_charm::PyProng1Charm,
hf_cand_par_charm::PzProng1Charm,
hf_cand_par_charm::PtProng0Charm,
hf_cand_par_charm::PtProng1Charm
);
hf_cand_par_charm::PtProng1Charm);

DECLARE_SOA_TABLE_STAGED(HfBplusParEs, "HFBPPARE", //! Table with additional candidate properties used for selection
hf_cand::XSecondaryVertex,
Expand Down
3 changes: 1 addition & 2 deletions PWGHF/TableProducer/derivedDataCreatorBplusToD0Pi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ struct HfDerivedDataCreatorBplusToD0Pi {
prongCharm.pyProng1(),
prongCharm.pzProng1(),
prongCharm.ptProng0(),
prongCharm.ptProng1()
);
prongCharm.ptProng1());
}
if (fillCandidateParE) {
rowCandidateParE(
Expand Down