We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc5aba commit aad8347Copy full SHA for aad8347
1 file changed
PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx
@@ -98,7 +98,7 @@ struct HfCorrelatorD0HadronsSelection {
98
99
// Process function to select collisions with at least one D0 candidate passing the selection criteria
100
void processD0SelectionData(SelCollisions::iterator const& collision,
101
- CandidatesD0Data const& candidates)
+ CandidatesD0Data const&)
102
{
103
bool isSel8 = !useSel8 || collision.sel8();
104
bool isNoSameBunchPileUp = !selNoSameBunchPileUpColl ||
0 commit comments