Skip to content

Commit 462f1a6

Browse files
committed
Fix processData
1 parent c5eded1 commit 462f1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/hyperhelium4sigmaRecoTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ struct Hyperhelium4sigmaRecoTask {
441441
hyphe4sCand.gMomDau[2] = mcDauTrack.pz();
442442
}
443443

444-
void processData(CollisionsFull const& collisions, aod::KinkCands const& KinkCands, FullTracksExtIU const&)
444+
void processData(CollisionsFull const& collisions, aod::KinkCands const& KinkCands, FullTracksExtIU const&, aod::BCs const&)
445445
{
446446
for (const auto& collision : collisions) {
447447
registry.fill(HIST("hEventCounter"), 0);

0 commit comments

Comments
 (0)