Skip to content
Merged
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
2 changes: 1 addition & 1 deletion PWGHF/TableProducer/treeCreatorD0ToKPi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ struct HfTreeCreatorD0ToKPi {

// Filling candidate properties
if (fillCandidateLiteTable) {
// Account for candidates passing both D0 and D0bar
// Account for candidates passing both D0 and D0bar
// selection, which will be stored twice in the lite table
rowCandidateLite.reserve(candidates.size() * 2);
} else {
Expand Down
Loading