Skip to content

Commit fa29514

Browse files
authored
[PWGLF] Added track candidated in Reconstructed MC (#9069)
1 parent 8705c03 commit fa29514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/higherMassResonances.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ struct HigherMassResonances {
10551055
int counter2 = 0;
10561056
int eventCounter = 0;
10571057
std::vector<int> gindex1, gindex2;
1058-
void processRec(EventCandidatesMC::iterator const& collision, V0TrackCandidatesMC const& V0s, aod::McParticles const&, aod::McCollisions const& /*mcCollisions*/)
1058+
void processRec(EventCandidatesMC::iterator const& collision, TrackCandidatesMC const&, V0TrackCandidatesMC const& V0s, aod::McParticles const&, aod::McCollisions const& /*mcCollisions*/)
10591059
{
10601060

10611061
TLorentzVector lDecayDaughter1, lDecayDaughter2, lResonance;

0 commit comments

Comments
 (0)