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/candidateSelectorToXiPi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ struct HfCandidateSelectorToXiPi {
// looping over omegac candidates
for (auto const& candidate : candidates) {

int resultSelections = 0; //0 if the candidate passes all the selections, -9 otherwise
int resultSelections = 0; // 0 if the candidate passes all the selections, -9 otherwise

auto trackV0PosDau = candidate.posTrack_as<MyTrackInfo>(); // positive V0 daughter
auto trackV0NegDau = candidate.negTrack_as<MyTrackInfo>(); // negative V0 daughter
Expand Down