Skip to content

Commit f89b8db

Browse files
authored
[ALICE3] Fix in case of pure FAST simulation (#17647)
1 parent 2ab1f85 commit f89b8db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ALICE3/Tasks/alice3-dilepton.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,8 @@ struct Alice3Dilepton {
10831083
} // end of processRec
10841084

10851085
void processRecAll(MyFilteredAlice3Collision const& collisions,
1086-
MyFilteredTracksMC const&)
1086+
MyFilteredTracksMC const&,
1087+
const aod::McParticles&)
10871088
{
10881089
for (const auto& collision : collisions) {
10891090
registry.fill(HIST("Reconstructed/Event/VtxZ"), collision.posZ());

0 commit comments

Comments
 (0)